Commit Graph

58855 Commits (dec9d4acdb7d758c3cbe989ad80cf0367f4e166d)
 

Author SHA1 Message Date
Nathan Bossart dec9d4acdb Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. 1 year ago
Heikki Linnakangas eb21f5bc67 Remove redundant SetProcessingMode(InitProcessing) calls 1 year ago
Heikki Linnakangas 4d22173ec0 Move bgworker specific logic to bgworker.c 1 year ago
Nathan Bossart 8213df9eff pg_dump: Remove some unused return values. 1 year ago
Daniel Gustafsson e930c872b6 Use safe string copy routine 1 year ago
Peter Eisentraut da3ea048ca Remove too demanding test 1 year ago
Peter Eisentraut 9c2e660b07 Limit max parameter number with MaxAllocSize 1 year ago
Peter Eisentraut d35cd06199 Fix overflow in parsing of positional parameter 1 year ago
Amit Kapila 4867f8a555 Drop pre-existing subscriptions from the converted subscriber. 1 year ago
Peter Eisentraut 8f8bcb8883 Improve some global variable declarations 1 year ago
Peter Eisentraut 881455e57b Add missing includes for some global variables 1 year ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 1 year ago
Amit Kapila a4c87df43a Remove unused structure member in pg_createsubscriber.c. 1 year ago
David Rowley 65b71dec2d Use TupleDescAttr macro consistently 1 year ago
Michael Paquier 0c1aca4614 Cleanup perl code from unused variables and routines 1 year ago
Michael Paquier 978f38c771 Add information about access method for partitioned relations in \dP+ 1 year ago
Tom Lane edadeb0710 Remove support for HPPA (a/k/a PA-RISC) architecture. 1 year ago
Nathan Bossart 7967d10c5b Remove redundant privilege check from pg_sequences system view. 1 year ago
Tom Lane 1afe31f03c Preserve CurrentMemoryContext across Start/CommitTransactionCommand. 1 year ago
Nathan Bossart 6e16b1e420 Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall. 1 year ago
Peter Eisentraut 3fb59e789d Remove useless extern keywords 1 year ago
Alvaro Herrera 3497c87b05
Fix copy-paste mistake in PQcancelCreate 1 year ago
David Rowley 12227a1d5f Add context type field to pg_backend_memory_contexts 1 year ago
Peter Eisentraut e26d313bad Remove useless code 1 year ago
Peter Eisentraut da2aeba8f5 Remove useless initializations 1 year ago
Peter Eisentraut da486d3601 doc: Clarify that pg_attrdef also stores generation expressions 1 year ago
Amit Kapila 2357c9223b Rename standby_slot_names to synchronized_standby_slots. 1 year ago
Peter Eisentraut 0c3930d076 Apply COPT to CXXFLAGS as well 1 year ago
Michael Paquier 9004abf620 Use pgstat_kind_infos to read fixed shared statistics 1 year ago
Tom Lane a1333ec048 Further weaken new pg_createsubscriber test on Windows. 1 year ago
Michael Paquier 797adaf0fe Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS 1 year ago
Michael Paquier 00d819d46a doc: Add ACL acronym for "Access Control List" 1 year ago
Michael Paquier b19db55bd6 Remove PgStat_KindInfo.named_on_disk 1 year ago
David Rowley 1029bdec2d Improve enlargeStringInfo's ERROR message 1 year ago
Michael Paquier e26810d01d Stamp HEAD as 18devel. 1 year ago
Michael Paquier 7dcc6f8e6d Run pgperltidy 1 year ago
Tom Lane 5450820917 Temporarily(?) weaken new pg_createsubscriber test on Windows. 1 year ago
Tomas Vondra 35a7b288b9 Add PG_TEST_PG_COMBINEBACKUP_MODE 1 year ago
Tomas Vondra a9577bae6b Add pg_combinebackup --copy option 1 year ago
Tomas Vondra e99e840b82 Add headers needed by pg_combinebackup --clone 1 year ago
Tom Lane 917754557c Make pg_createsubscriber warn if publisher has two-phase commit enabled. 1 year ago
Tom Lane b3f5ccebd7 Make pg_createsubscriber more wary about quoting connection parameters. 1 year ago
Noah Misch db0c96cc18 Fix .gitignore for new injection suite. 1 year ago
Noah Misch b99414de90 Remove configuration-dependent output from new inplace-inval test. 1 year ago
Robert Haas b48f275f18 pgindent, because I forgot to do that. 1 year ago
Amit Langote 716bd12d22 SQL/JSON: Always coerce JsonExpr result at runtime 1 year ago
Amit Langote c2d93c3802 SQL/JSON: Fix coercion of constructor outputs to types with typmod 1 year ago
Robert Haas 065583cf46 Prevent summarizer hang when summarize_wal turned off and back on. 1 year ago
Amit Langote 55e56c84da SQL/JSON: Validate values in ON ERROR/EMPTY clauses 1 year ago
Amit Langote e3c1393efc SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE() 1 year ago