Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
Alvaro Herrera 8c5cdb7f4f Tighten up relation kind checks for extended statistics 9 years ago
Tom Lane 76799fc89d Always build a custom plan node's targetlist from the path's pathtarget. 9 years ago
Fujii Masao 9e0e5550c5 Fix typos in comment and log message. 9 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Peter Eisentraut 0e8286d354 Fix perlcritic warnings 9 years ago
Alvaro Herrera bf2a691e02 Fix extended statistics with partial analyzes 9 years ago
Peter Eisentraut 419a23b478 pg_dump: Emit ONLY before table added to publication 9 years ago
Peter Eisentraut 1fe33252a0 Document that ONLY can be specified in publication commands 9 years ago
Tom Lane b6dd127128 Ensure BackgroundWorker struct contents are well-defined. 9 years ago
Peter Eisentraut c7d225e227 Fix typo in comment 9 years ago
Tom Lane a1888b59b5 Sync addRangeTableEntryForENR() with its peer functions. 9 years ago
Andrew Dunstan 033b969edd Make sure to run one initdb TAP test with no TZ set 9 years ago
Tom Lane a74740fbd3 Provide a way to control SysV shmem attach address in EXEC_BACKEND builds. 9 years ago
Tom Lane bfba563bc5 Fix erroneous cross-reference in comment. 9 years ago
Tom Lane 083dc95a14 More cleanup of manipulations of hash indexes' hasho_flag field. 9 years ago
Andrew Dunstan 0eba6be1b8 Downcase "Wincrypt.h" 9 years ago
Tom Lane 32470825d3 Avoid passing function pointers across process boundaries. 9 years ago
Peter Eisentraut 5a617ab3e6 doc: Fix typo 9 years ago
Tom Lane 85a0781334 Use one transaction while reading postgres.bki, not one per line. 9 years ago
Tom Lane 2040bb4a0b Clean up manipulations of hash indexes' hasho_flag field. 9 years ago
Tom Lane 1dffabed49 Further fix pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Peter Eisentraut 139eb9673c Report statistics in logical replication workers 9 years ago
Peter Eisentraut 67c2def11d Catversion bump 9 years ago
Peter Eisentraut 6e5f9a6dc0 Fix typo in comment 9 years ago
Peter Eisentraut 887227a1cc Add option to modify sync commit per subscription 9 years ago
Peter Eisentraut 25371a72b9 Remove pstrdup of TextDatumGetCString 9 years ago
Peter Eisentraut 0c22327f26 Remove useless trailing spaces in queries in C strings 9 years ago
Peter Eisentraut 674677c705 Remove trailing spaces in some output 9 years ago
Peter Eisentraut cf615fbaa9 pg_dump: Dump comments and security labels for publication and subscriptions 9 years ago
Peter Eisentraut d04eac1148 Make header self-contained 9 years ago
Peter Eisentraut ff46f2a053 pg_dumpall: Allow --no-role-passwords and --binary-upgrade together 9 years ago
Tom Lane 6cfaffc0dd Fix regexport.c to behave sanely with lookaround constraints. 9 years ago
Bruce Momjian 885fea5a34 doc: add missing sect1 close tag 9 years ago
Heikki Linnakangas 4f3b87ab78 Improve the SASL authentication protocol. 9 years ago
Heikki Linnakangas 61bf96cab0 Refactor libpq authentication request processing. 9 years ago
Tom Lane 5e39f06cfe Move bootstrap-time lookup of regproc OIDs into genbki.pl. 9 years ago
Peter Eisentraut a9254e675b pg_dump: Always dump subscriptions NOCONNECT 9 years ago
Peter Eisentraut c31671f9b5 pg_dump: Dump subscriptions by default 9 years ago
Alvaro Herrera 73c1748d83 Fix XMLTABLE synopsis, add XMLNAMESPACES example 9 years ago
Alvaro Herrera 27bcc372b1 Catversion bump forgotten in previous commit 9 years ago
Heikki Linnakangas 00707fa582 Minor cleanup of backend SCRAM code. 9 years ago
Alvaro Herrera 3d5facfd9a Remove pg_stats_ext view 9 years ago
Bruce Momjian 06fc54cd43 docs: update major release instructions 9 years ago
Bruce Momjian e1c86a5576 git_changelog: improve comment 9 years ago
Simon Riggs 2c2ecddcff Mention pg_index changes also cause relcache invalidation 9 years ago
Fujii Masao 7a3e8d7b50 Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc. 9 years ago
Fujii Masao a6e7d591d0 Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPTION. 9 years ago
Fujii Masao c525f74066 Improve tab-completion of DDL for publication and subscription. 9 years ago
Tom Lane 4a8bc39b08 Speed up hash_index regression test. 9 years ago
Tom Lane 16ebab6886 Avoid transferring parallel-unsafe subplans to parallel workers. 9 years ago