Commit Graph

54762 Commits (56c19fee2db43f236eb8f4cbef5235701873fceb)
 

Author SHA1 Message Date
Michael Paquier 56c19fee2d Add missing isolation test for test_decoding in meson build 3 years ago
Amit Kapila 5263c6b095 Improve the WARNING message for CREATE SUBSCRIPTION. 3 years ago
Michael Paquier 56b662523f Fix ordering issue with WAL operations in GIN fast insert path 3 years ago
Michael Paquier 63585b1ebd doc: Fix description of replication command CREATE_REPLICATION_SLOT 3 years ago
Tom Lane 2d27e13b35 Doc: improve recommended systemd unit file. 3 years ago
Alvaro Herrera 8a927e3cfc
Fix outdated code reference 3 years ago
Alvaro Herrera 9c0de04242
Reduce xlog.h inclusion footprint 3 years ago
Alvaro Herrera c929b2745f
Reduce basebackup_sink.h inclusion footprint 3 years ago
Peter Eisentraut 38409787dc Add meson.build to version_stamp.pl 3 years ago
Peter Eisentraut a699b7a7aa Remove Abs() 3 years ago
Michael Paquier 4574eb9d38 Fix shadow variable in postgres.c 3 years ago
Michael Paquier a1176c67c4 Simplify some maths in xlogreader.c 3 years ago
Michael Paquier 94fd253d56 Fix compilation warning in test_copy_callbacks 3 years ago
Tom Lane 18a4a620e2 Harden pmsignal.c against clobbered shared memory. 3 years ago
Tom Lane b8f2687fdc Yet further fixes for multi-row VALUES lists for updatable views. 3 years ago
Tom Lane 422f86a82e Doc: add entry for pg_get_partkeydef(). 3 years ago
Bruce Momjian 434c6cdf0c C comment: explain procArray->pgprocnos[] 3 years ago
Amit Kapila 776e1c8a5d Add a common function to generate the origin name. 3 years ago
Michael Paquier 8432a815fe Add TAP tests for role membership in pg_hba.conf 3 years ago
Michael Paquier 9fcdf2c787 Add support for COPY TO callback functions 3 years ago
Tom Lane 0e87dfe464 Harden memory context allocators against bogus chunk pointers. 3 years ago
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little. 3 years ago
John Naylor 6291b2546c Remove unnecessary semicolons after goto labels 3 years ago
Peter Eisentraut 357cfefb09 Use C library functions instead of Abs() for int64 3 years ago
Andres Freund 06dbd619bf pgstat: Prevent stats reset from corrupting slotname by removing slotname 3 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 3 years ago
Andres Freund 2473cb9ff3 autoconf: Rely on ar supporting index creation 3 years ago
Alvaro Herrera 614a406b4f
Fix self-referencing foreign keys with partitioned tables 3 years ago
Peter Eisentraut 3edc71ec04 Convert macros to static inline functions (rel.h) 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
David Rowley 0fe954c285 Add -Wshadow=compatible-local to the standard compilation flags 3 years ago
Tom Lane 80ef926758 Improve our ability to detect bogus pointers passed to pfree et al. 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Andres Freund e0b0142959 Create subscription stats entry at CREATE SUBSCRIPTION time 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 3 years ago
Andres Freund 0fa41648d7 meson: Fix two comments 3 years ago
Tom Lane 9543eff5e0 Remove MemoryContextContains(). 3 years ago
Tom Lane 42b746d4c9 Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. 3 years ago
Tom Lane 66c2922e76 Take care to de-duplicate entries in standby.c's table of locks. 3 years ago
Tom Lane 58640f37d9 Remove useless character-length checks in contrib/ltree. 3 years ago
Tom Lane ca71131eeb Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 years ago
Michael Paquier 5757141cae Fix comment in xlogprefetcher.c 3 years ago
Michael Paquier 051b096b8d Refactor TAP test authentication/001_password.pl 3 years ago
David Rowley d8df67bb1a Fix final compiler warning produced by -Wshadow=compatible-local 3 years ago
David Rowley 112f0225db Add optional parameter to PG_TRY() macros 3 years ago
Bruce Momjian 23f3989d92 doc: clarify description for log_startup_progress_interval 3 years ago
Andres Freund c3315a7da5 tests: Restrict pg_locks queries in advisory_locks.sql to current database 3 years ago
Andres Freund 6a20b04f04 tests: Rename conflicting role names 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago