Commit Graph

47186 Commits (8255c7a5eeba8f1a38b7a431c04909bde4f5e67d)
 

Author SHA1 Message Date
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Peter Eisentraut 66a4bad83a Convert ExecComputeStoredGenerated to use tuple slots 6 years ago
Fujii Masao 03de5187d5 Mention ANALYZE boolean options in documentation. 6 years ago
Tom Lane 166f69f769 Fix O(N^2) performance issue in pg_publication_tables view. 6 years ago
Bruce Momjian 728840fe13 docs: PG 12 release notes, support functions 6 years ago
Bruce Momjian ba95a69336 doc: PG 12 relnotes, correct recovery_target* variable mention 6 years ago
Tom Lane 4a657ab260 Add .gitignore entries for new ecpg test case. 6 years ago
Tom Lane 4fbf809e13 In transam.h, don't expose static inline functions to frontend code. 6 years ago
Michael Paquier b8c6014a65 Fix ordering of GRANT commands in pg_dump for database creation 6 years ago
Tom Lane 5eb4a51cb1 Un-break pg_upgrade regression test. 6 years ago
Michael Meskes a1dc6ab465 Implement PREPARE AS statement for ECPG. 6 years ago
Andres Freund 5af2e976d7 pg_upgrade: Avoid check target accidentally breaking make's --output-sync. 6 years ago
Andres Freund 7005389b2a pg_upgrade: Don't use separate installation for test. 6 years ago
Bruce Momjian 8e719d33fd docs: PG 12 relnote adjustments based on feedback from Tom Lane 6 years ago
Bruce Momjian 3468a04a3e docs: adjust RECORD PG 12 relnote item 6 years ago
Bruce Momjian b84a801d6a doc: adjust PG 12 relnotes item on float digit adjustment 6 years ago
Bruce Momjian 0fca8285ea doc: fix markup for PG 12 rel notes 6 years ago
Bruce Momjian 32fe2e3194 doc: adjustments for PG 12 release notes 6 years ago
Tom Lane eb9812f272 Make pg_upgrade's test.sh less chatty. 6 years ago
Tom Lane f03a9ca436 Insert temporary debugging output in regression tests. 6 years ago
Robert Haas 1171d7d585 tableam: Move heap-specific logic from needs_toast_table below tableam. 6 years ago
Tom Lane cf92226e9f Doc: improve description of regexp character classes. 6 years ago
Tom Lane a240570b1e Stamp 12beta1. 6 years ago
Andres Freund 47a14c99e4 Fix regression tests broken in fc7c281f87. 6 years ago
Fujii Masao b8e2170e40 Fix comment for issue_xlog_fsync(). 6 years ago
Fujii Masao fc7c281f87 Make VACUUM accept 1 and 0 as a boolean value. 6 years ago
Peter Eisentraut 3c439a58df Translation updates 6 years ago
Peter Eisentraut 8bbb8166b6 Remove bug.template file 6 years ago
Andres Freund fb504c5e4b Remove outdated comment in copy.c. 6 years ago
Andres Freund 2657283256 Minimally fix partial aggregation for aggregates that don't have one argument. 6 years ago
Michael Paquier 03310dbea9 Fix some grammar in documentation of spgist and pgbench 6 years ago
Andres Freund 78d6a9cbd3 Fix and improve SnapshotType comments. 6 years ago
Noah Misch ae35e1c9d7 Revert "In the pg_upgrade test suite, don't write to src/test/regress." 6 years ago
Andres Freund c3b23ae457 Don't to predicate lock for analyze scans, refactor scan option passing. 6 years ago
Noah Misch bd1592e857 In the pg_upgrade test suite, don't write to src/test/regress. 6 years ago
Tom Lane 9d5c22d28f Improve logrotate test so that it meaningfully exercises syslogger. 6 years ago
Tom Lane 8334515529 Revert "postmaster: Start syslogger earlier". 6 years ago
Alexander Korotkov da24961e9e Fix declarations of couple jsonpath functions 6 years ago
Alexander Korotkov 87bcc02f4f Improve documentation for array subscription in jsonpath 6 years ago
Alexander Korotkov e0e3dad770 Document jsonpath .** accessor with nesting level filter 6 years ago
Tom Lane da71f98efb ANSI-ify a few straggler K&R-style function definitions. 6 years ago
Tom Lane 93f03dad82 Make BufFileCreateTemp() ensure that temp tablespaces are set up. 6 years ago
Bruce Momjian b12db9ff5f docs: tighten up PG 12 release note item on 1k partitions 6 years ago
Tom Lane d307954a7d "A void function may not return a value". 6 years ago
Andres Freund 147e3722f7 tableam: Avoid relying on relation size to determine validity of tids. 6 years ago
Andres Freund 7f44ede594 tableam: Don't assume that every AM uses md.c style storage. 6 years ago
Tom Lane 6630ccad7a Restructure creation of run-time pruning steps. 6 years ago
Bruce Momjian 05685897f0 docs: split out sort-skip partition item in PG 12 release notes 6 years ago
Michael Paquier 6ba500cae6 Fix regression test outputs 6 years ago