Commit Graph

54515 Commits (45b1a67a0fcb3f1588df596431871de4c93cb76f)
 

Author SHA1 Message Date
Peter Eisentraut 45b1a67a0f pg_clean_ascii(): escape bytes rather than lose them 3 years ago
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
Daniel Gustafsson 346990ae2e doc: Fix link to FreeBSD documentation project 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
Peter Eisentraut 07d8af5e5e pgstattuple: Use double consistently for percentages 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 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
Tom Lane 857808a411 Doc: improve explanation of when custom GUCs appear in pg_settings. 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 be7c15b194 configure: Expand -fvisibility checks to more compilers, test for -qvisibility 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
Tom Lane f734857a92 Doc: improve documentation about where the psqlrc files are. 3 years ago
Tom Lane c4b6d218e3 Reject bogus output from uuid_create(3). 3 years ago
Alvaro Herrera 5dcebd10ba
Doc fixes for MERGE statement 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
Daniel Gustafsson cb62d0b3c3 doc: Fix PL/pgSQL casing to be consistent 3 years ago
John Naylor b289b86231 Add b2e6e7682 to .git-blame-ignore-revs 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