index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
Print information about type of test and subdirectory before running tests.
Andres Freund
2022-03-31
Remove use of perl parent module in Cluster.pm
Andrew Dunstan
2022-03-31
psql: Refactor SendQuery()
Peter Eisentraut
2022-03-31
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
psql: Add tests for \errverbose
Peter Eisentraut
2022-03-31
Fix comment typo in PotsgreSQL::Test::Cluster module
Andrew Dunstan
2022-03-31
Add diagnostic output on error in pump_until
Daniel Gustafsson
2022-03-31
Raise a WARNING for missing publications.
Amit Kapila
2022-03-31
Clean up some dead code in pg_dump with tar format and gzip compression
Michael Paquier
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-30
Fix possible NULL-pointer-deference in backup_compression.c.
Robert Haas
2022-03-30
Add range_agg with multirange inputs
Peter Eisentraut
2022-03-30
Change some internal error messages to elogs
Peter Eisentraut
2022-03-30
Make PostgreSQL::Test::Cluster compatible with all live branches
Andrew Dunstan
2022-03-30
Additional tests for range_intersect_agg(anymultirange)
Peter Eisentraut
2022-03-30
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
Simplify a needlessly-complicated regular expression.
Robert Haas
2022-03-30
Fix typo in comment.
Etsuro Fujita
2022-03-30
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
Add TAP test in pg_dump with --format=tar and --compress
Michael Paquier
2022-03-30
Skip empty transactions for logical replication.
Amit Kapila
2022-03-29
Make PostgreSQL::Test::Cluster::run_log() return a useful value.
Robert Haas
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-29
In 020_createdb.pl, change order of command-line arguments.
Robert Haas
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
Explain why the startup process can't cause a shortage of sinval slots.
Robert Haas
2022-03-29
Enable SSL library detection via PQsslAttribute()
Daniel Gustafsson
2022-03-29
psql: Add test for psql behavior on server crash
Peter Eisentraut
2022-03-29
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
Modify query on pg_hba_file_rules to check for errors in regression tests
Michael Paquier
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
Remove the ability of a role to administer itself.
Robert Haas
2022-03-28
Fix a few goofs in new backup compression code.
Robert Haas
2022-03-28
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-28
Fix role names in merge.sql regress file
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
Preparatory test cleanup
Peter Eisentraut
2022-03-28
Make JSON path numeric literals more correct
Peter Eisentraut
2022-03-28
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
Andres Freund
2022-03-28
Mark pg_stat_get_subscription_stats() strict.
Andres Freund
2022-03-28
Fix NULL input behaviour of pg_stat_get_replication_slot().
Andres Freund
2022-03-28
waldump: fix use-after-free in search_directory().
Andres Freund
2022-03-27
Fix up compiler warnings/errors from f4fb45d15.
Tom Lane
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-27
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
Remove more unused module imports from TAP tests
Daniel Gustafsson
[next]