Commit Graph

54753 Commits (a699b7a7aa9f34c19aa7632b3f037f24c8ee7720)
 

Author SHA1 Message Date
Peter Eisentraut a699b7a7aa Remove Abs() 4 years ago
Michael Paquier 4574eb9d38 Fix shadow variable in postgres.c 4 years ago
Michael Paquier a1176c67c4 Simplify some maths in xlogreader.c 4 years ago
Michael Paquier 94fd253d56 Fix compilation warning in test_copy_callbacks 4 years ago
Tom Lane 18a4a620e2 Harden pmsignal.c against clobbered shared memory. 4 years ago
Tom Lane b8f2687fdc Yet further fixes for multi-row VALUES lists for updatable views. 4 years ago
Tom Lane 422f86a82e Doc: add entry for pg_get_partkeydef(). 4 years ago
Bruce Momjian 434c6cdf0c C comment: explain procArray->pgprocnos[] 4 years ago
Amit Kapila 776e1c8a5d Add a common function to generate the origin name. 4 years ago
Michael Paquier 8432a815fe Add TAP tests for role membership in pg_hba.conf 4 years ago
Michael Paquier 9fcdf2c787 Add support for COPY TO callback functions 4 years ago
Tom Lane 0e87dfe464 Harden memory context allocators against bogus chunk pointers. 4 years ago
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little. 4 years ago
John Naylor 6291b2546c Remove unnecessary semicolons after goto labels 4 years ago
Peter Eisentraut 357cfefb09 Use C library functions instead of Abs() for int64 4 years ago
Andres Freund 06dbd619bf pgstat: Prevent stats reset from corrupting slotname by removing slotname 4 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 4 years ago
Andres Freund 2473cb9ff3 autoconf: Rely on ar supporting index creation 4 years ago
Alvaro Herrera 614a406b4f
Fix self-referencing foreign keys with partitioned tables 4 years ago
Peter Eisentraut 3edc71ec04 Convert macros to static inline functions (rel.h) 4 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 4 years ago
David Rowley 0fe954c285 Add -Wshadow=compatible-local to the standard compilation flags 4 years ago
Tom Lane 80ef926758 Improve our ability to detect bogus pointers passed to pfree et al. 4 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 4 years ago
Andres Freund e0b0142959 Create subscription stats entry at CREATE SUBSCRIPTION time 4 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 4 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 4 years ago
Andres Freund 0fa41648d7 meson: Fix two comments 4 years ago
Tom Lane 9543eff5e0 Remove MemoryContextContains(). 4 years ago
Tom Lane 42b746d4c9 Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. 4 years ago
Tom Lane 66c2922e76 Take care to de-duplicate entries in standby.c's table of locks. 4 years ago
Tom Lane 58640f37d9 Remove useless character-length checks in contrib/ltree. 4 years ago
Tom Lane ca71131eeb Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 4 years ago
Michael Paquier 5757141cae Fix comment in xlogprefetcher.c 4 years ago
Michael Paquier 051b096b8d Refactor TAP test authentication/001_password.pl 4 years ago
David Rowley d8df67bb1a Fix final compiler warning produced by -Wshadow=compatible-local 4 years ago
David Rowley 112f0225db Add optional parameter to PG_TRY() macros 4 years ago
Bruce Momjian 23f3989d92 doc: clarify description for log_startup_progress_interval 4 years ago
Andres Freund c3315a7da5 tests: Restrict pg_locks queries in advisory_locks.sql to current database 4 years ago
Andres Freund 6a20b04f04 tests: Rename conflicting role names 4 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 4 years ago
Andres Freund a1261cd16f meson: ecpg: Split definition of static and shared libraries 4 years ago
Andres Freund 089c0bc7a7 meson: libpq: Revise static / shared library setup 4 years ago
Andres Freund 29668e3186 meson: docs: Add xml{lint,proc} wrapper to collect dependencies 4 years ago
Peter Eisentraut db0e5bf2b2 Fix whitespace 4 years ago
David Rowley 2d0bbedda7 Rename shadowed local variables 4 years ago
Michael Paquier 839c2520a7 Remove definition of JUMBLE_SIZE from queryjumble.h 4 years ago
Michael Paquier 9a30e154b3 Use macros from xlog_internal.h for WAL segment logic in pg_resetwal 4 years ago
Michael Paquier 9aa58d48f3 Add a few new patterns to the tab completion of psql 4 years ago
Michael Paquier bdf9b60085 Fix comment in guc_tables.c 4 years ago