Commit Graph

10225 Commits (d5a9d86d8ffcadc52ff3729cd00fbd83bc38643c)

Author SHA1 Message Date
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 4 years ago
Andrew Dunstan 1a36bc9dba SQL/JSON query functions 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 4 years ago
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 4 years ago
Andrew Dunstan 33a377608f IS JSON predicate 4 years ago
Tom Lane d22646922d Add public ruleutils.c entry point to deparse a Query. 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Andres Freund da4b56662f Mark pg_stat_get_subscription_stats() strict. 4 years ago
Andres Freund 43a7dc96eb Fix NULL input behaviour of pg_stat_get_replication_slot(). 4 years ago
Andrew Dunstan f4fb45d15c SQL/JSON constructors 4 years ago
Andrew Dunstan f79b803dcc Common SQL/JSON clauses 4 years ago
Tom Lane e07d4ddc55 Suppress compiler warning in relptr_store(). 4 years ago
Tomas Vondra 923def9a53 Allow specifying column lists for logical replication 4 years ago
Alvaro Herrera 49d9cfc68b
Fix replay of create database records on standby 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Tom Lane ce95c54376 Fix pg_statio_all_tables view for multiple TOAST indexes. 4 years ago
Robert Haas 412ad7a556 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 4 years ago
Alvaro Herrera 86459b3296
Wrap inline function definitions in #ifndef FRONTEND 4 years ago
Tomas Vondra 75b1521dae Add decoding of sequences to built-in replication 4 years ago
Alvaro Herrera e27f4ee0a7
Change fastgetattr and heap_getattr to inline functions 4 years ago
Tom Lane 0bd7af082a Invent recursive_worktable_factor GUC to replace hard-wired constant. 4 years ago
Michael Paquier d4781d8873 Refactor code related to pg_hba_file_rules() into new file 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Andrew Dunstan 1460fc5942 Revert "Common SQL/JSON clauses" 4 years ago
Andres Freund 3707e437c7 Add missing xlogdefs.h include to pg_subscription.h. 4 years ago
Andrew Dunstan 865fe4d5df Common SQL/JSON clauses 4 years ago
Andrew Dunstan d11e84ea46 Add String object access hooks 4 years ago
Dean Rasheed 7faa5fc84b Add support for security invoker views. 4 years ago
Amit Kapila 208c5d65bb Add ALTER SUBSCRIPTION ... SKIP. 4 years ago
Andres Freund 315ae75e9b pgstat: reorder pgstat.[ch] contents. 4 years ago
Andres Freund 13619598f1 pgstat: split different types of stats into separate files. 4 years ago
Tom Lane cb02fcb4c9 Fix bogus dependency handling for GENERATED expressions. 4 years ago
Tom Lane 17f3bc0928 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. 4 years ago
Andres Freund bff258a273 pgstat: rename pgstat_initstats() to pgstat_relation_init(). 4 years ago
Andres Freund 8363102009 pgstat: introduce pgstat_relation_should_count(). 4 years ago
Alvaro Herrera ba9a7e3921
Enforce foreign key correctly during cross-partition updates 4 years ago
Peter Eisentraut 3a671e1f7c Fix global ICU collations for ICU < 54 4 years ago
Andres Freund a3a75b982b pgstat: run pgindent on pgstat.c/h. 4 years ago
Thomas Munro 3f1ce97346 Add circular WAL decoding buffer, take II. 4 years ago
Thomas Munro b2397aae23 Declare aarch64 has single copy atomicity for 8 byte values. 4 years ago
Tom Lane d7b5c071dd Don't bother to attach column name lists to RowExprs of named types. 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Tomas Vondra c91f71b9dc Fix publish_as_relid with multiple publications 4 years ago
Thomas Munro 3390ef1b7b Fix waiting in RegisterSyncRequest(). 4 years ago
Thomas Munro 5e6368b42e Wake up for latches in CheckpointWriteDelay(). 4 years ago
Robert Haas e4ba69f3f4 Allow extensions to add new backup targets. 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Amit Kapila 705e20f855 Optionally disable subscriptions on error. 4 years ago