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