Commit Graph

39819 Commits (da5d4ea5aaac4fc02f2e2aec272efe438dd4e171)

Author SHA1 Message Date
Peter Eisentraut da5d4ea5aa Make locale option behavior more consistent 3 years ago
Alvaro Herrera 8e7a0b4a36
Improve wal_decode_buffer_size description some more 3 years ago
Alvaro Herrera 6710e83a67
Remove useless pstrdups in untransformRelOptions 3 years ago
John Naylor fcf7b3a9d4 Adjust header exceptions for 0bd9c6297 3 years ago
John Naylor 0bd9c62973 Treat Unicode codepoints of category "Format" as non-spacing 3 years ago
Michael Paquier bb629c294b Rename macro related to pg_backup_stop() 3 years ago
Michael Paquier ee5353abb6 Move any remaining files generated by pg_upgrade into an internal subdir 3 years ago
David Rowley 6b89ce1a21 Don't reference out-of-bounds array elements in brin_minmax_multi.c 3 years ago
Heikki Linnakangas c0a1d7621b Use normal install program to install server headers. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Daniel Gustafsson 8cb2a22bbb Fix NaN comparison in circle_same test 3 years ago
Amit Kapila 88f488319b Make the tablesync worker's replication origin drop logic robust. 3 years ago
Peter Eisentraut 5015e1e1b5 Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
Peter Eisentraut 2016055a92 Expand palloc/pg_malloc API for more type safety 3 years ago
John Naylor b060f57791 Make eval statement naturally proof against perltidy 3 years ago
Michael Paquier c3fb5809ea Replace loading of ldap_start_tls_sA() by direct function call 3 years ago
Michael Paquier 6afcab6ac1 Add psql tab compression for ALTER TABLE .. { OF | NOT OF } 3 years ago
Michael Paquier 799437e0bd Free correctly LDAPMessage returned by ldap_search_s() in auth.c 3 years ago
Andres Freund fe6a64a58a aix: No need to use mkldexport when we want to export all symbols 3 years ago
Tom Lane b7050e2584 Fix possible omission of variable storage markers in ECPG. 3 years ago
Alvaro Herrera 8c848cd4b8
Fix GetForeignKey*Triggers for self-referential FKs 3 years ago
John Naylor 8b878bffa8 Bump minimum version of Flex to 2.5.35 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
John Naylor 96683db880 Add jsonpath_gram.h to list of distprep targets 3 years ago
Michael Paquier 47bd0b3fa6 Replace load of functions by direct calls for some WIN32 3 years ago
Michael Paquier df4a056619 Add more error context to RestoreBlockImage() and consume it 3 years ago
Peter Geoghegan d977ffd923 Instrument freezing in autovacuum log reports. 3 years ago
David Rowley b76fb6c2a9 Temporarily make MemoryContextContains return false 3 years ago
Alvaro Herrera e7936f8b3e
Choose FK name correctly during partition attachment 3 years ago
Thomas Munro adb466150b Fix recovery_prefetch with low maintenance_io_concurrency. 3 years ago
Alvaro Herrera 12d40d4a8d
Fix perltidy breaking perlcritic 3 years ago
John Naylor b2e6e76823 Run perltidy over Catalog.pm 3 years ago
John Naylor 69eb643b25 Parse catalog .dat files as a whole when compiling the backend 3 years ago
Amit Kapila 0324651573 Fix the test case introduced by commit 8756930190. 3 years ago
Amit Kapila 8756930190 Raise a warning if there is a possibility of data from multiple origins. 3 years ago
Alvaro Herrera 4b4663fb4a
Message style fixes 3 years ago
David Rowley 5265e91fd1 Make MemoryContextContains work correctly again 3 years ago
Peter Eisentraut 3fe76ab972 Renumber confusing value for GUC_UNIT_BYTE 3 years ago
David Rowley 0e480385ec Make more effort to put a sentinel at the end of allocated memory 3 years ago
Tom Lane 20b6847176 Fix new pg_publication_tables query. 3 years ago
John Naylor cec2754fbe Fix cplusplusscheck in vpath builds 3 years ago
Michael Paquier 4cbe579746 Add psql tab compression for SET COMPRESSION with ALTER TABLE 3 years ago
John Naylor 829906fb6c Fix headerscheck in vpath builds 3 years ago
John Naylor eac76cc012 Fix failure to maintainer-clean jsonpath_gram.h 3 years ago
David Rowley c89b44a68d Fix typo in 16d69ec29 3 years ago
David Rowley 16d69ec29b Remove buggy and dead code from CreateTriggerFiringOn 3 years ago
John Naylor 8c06a282fe Add missing exceptions to cpluspluscheck 3 years ago
David Rowley 8b26769bc4 Fix an assortment of improper usages of string functions 3 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago