Commit Graph

60002 Commits (8743ea1b2eb3dfbb024f40e8d9952cd85596f552)
 

Author SHA1 Message Date
Peter Eisentraut 8743ea1b2e Remove useless casts to (const void *) 1 year ago
Thomas Munro 1319997df9 Fix printf format string warning on MinGW. 2 years ago
Peter Eisentraut 792b2c7e6d Remove pg_regex_collation 2 years ago
Thomas Munro 71cb352904 Fix header inclusion order in c.h. 2 years ago
Nathan Bossart 76fd342496 Provide a better error message for misplaced dispatch options. 2 years ago
Bruce Momjian 24c1c63387 Return actual error code from FOP failure in PDF build 2 years ago
Peter Eisentraut dfbb092cff Fix dead code 2 years ago
John Naylor ccc8194e42 Fix use-after-free in parallel_vacuum_reset_dead_items 2 years ago
Peter Eisentraut 7727049e8f Simplify IsIndexUsableForReplicaIdentityFull() 2 years ago
Amit Kapila 87ce27de69 Ensure stored generated columns must be published when required. 2 years ago
Bruce Momjian 77c189cdaf Properly use $(AWK) in Makefile, not 'awk' 2 years ago
Thomas Munro 962da900ac Use <stdint.h> and <inttypes.h> for c.h integers. 2 years ago
Tom Lane 3b08d5224d Define __EXTENSIONS__ on Solaris, too. 2 years ago
Bruce Momjian 498f130756 Fix Makefile so invalid characters warning preserves error code 2 years ago
Bruce Momjian 8b318a168a Now that we have non-Latin1 SGML detection, restore Latin1 chars 2 years ago
Jeff Davis 7167e05fc7 Move check for ucol_strcollUTF8 to pg_locale_icu.c 2 years ago
Tom Lane 32a7deb2a0 Define _POSIX_C_SOURCE as 200112L on Solaris. 2 years ago
Álvaro Herrera 3c5f9f12c8
Fix synchronized_standby_slots GUC check hook 2 years ago
Álvaro Herrera 1e5ef3a2a1
Drop "Lock" suffix from LWLock wait event names 2 years ago
Álvaro Herrera 4cc2a44980
Update obsolete comment 2 years ago
Peter Eisentraut 84a67725cd Fix handling of CREATE DOMAIN with GENERATED constraint syntax 2 years ago
Peter Eisentraut 1acf10549e Fix temporary memory leak in system table index scans 2 years ago
Jeff Davis 1ba0782ce9 Perform provider-specific initialization in new functions. 2 years ago
Michael Paquier 8817e8d3a4 doc: Clarify some terms for pg_createsubscriber 2 years ago
Jeff Davis e3fa2b037c Fix unintentional behavior change in commit e9931bfb75. 2 years ago
David Rowley 4171c44c9b Revert "Introduce CompactAttribute array in TupleDesc" 2 years ago
David Rowley d28dff3f6c Introduce CompactAttribute array in TupleDesc 2 years ago
Bruce Momjian e4c8865196 doc Makefile: issue warning about chars that cannot be output 2 years ago
Michael Paquier 08691ea958 Rework some code handling pg_subscription data in psql and pg_dump 2 years ago
Thomas Munro 75818b3afb RelationTruncate() must set DELAY_CHKPT_START. 2 years ago
Nathan Bossart db6a4a985b Deprecate MD5 passwords. 2 years ago
Dean Rasheed 97173536ed Add a planner support function for numeric generate_series(). 2 years ago
Dean Rasheed 3315235845 Fix #include order in timestamp.c. 2 years ago
Peter Eisentraut 086c84b23d Fix error code for referential action RESTRICT 2 years ago
Tom Lane 2f696453d2 Fix broken list-munging in ecpg's remove_variables(). 2 years ago
Tom Lane e032e4c7dd Avoid mislabeling of lateral references, redux. 2 years ago
Peter Eisentraut 49ae9fd8b7 doc: Fix typo 2 years ago
Peter Eisentraut 5d39becf8b Small indenting fixes in jsonpath_scan.l 2 years ago
Peter Eisentraut 1e08905842 doc: Improve description of referential actions 2 years ago
Peter Eisentraut 4a2dbfc6be Add tests for foreign keys with case-insensitive collations 2 years ago
Alexander Korotkov 5bba0546ee Skip not SOAP-supported indexes while transforming an OR clause into SAOP 2 years ago
David Rowley b6612aedc5 Fix typo in header comment for set_operation_ordered_results_useful 2 years ago
Michael Paquier 18954ce7f6 psql: Sprinkle more CppAsString2() in describe.c 2 years ago
Tom Lane 5c9d8636d3 Avoid mislabeling of lateral references when pulling up a subquery. 2 years ago
Daniel Gustafsson 0c01f509a3 Fix wording in comment 2 years ago
Peter Eisentraut 25ec329afa psql: Add tab completion for COPY (MERGE ... 2 years ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 2 years ago
Thomas Munro 97525bc5c8 Require sizeof(bool) == 1. 2 years ago
Nathan Bossart 4b03a27faf Use __attribute__((target(...))) for SSE4.2 CRC-32C support. 2 years ago
Álvaro Herrera 6ba9892f5c
Make GUC_check_errdetail messages full sentences 2 years ago