Commit Graph

49901 Commits (3ea7e9550e58c4016625c7e3e4a1340edfc9adf4)
 

Author SHA1 Message Date
Tom Lane 3ea7e9550e Avoid possible dangling-pointer access in tsearch_readline_callback. 5 years ago
Thomas Munro 733fa9aa51 Allow WaitLatch() to be used without a latch. 5 years ago
Tom Lane 2e3c19462d Simplify SortTocFromFile() by removing fixed buffer-size limit. 5 years ago
Tom Lane c0cb87fbb6 Remove arbitrary line length limit for libpq service files. 5 years ago
Tom Lane 931487018c Rethink API for pg_get_line.c, one more time. 5 years ago
Tom Lane c4133ec169 Exclude fmgrprotos.h from pgindent processing. 5 years ago
Tom Lane ce90f075f0 Improve the error message for an inappropriate column definition list. 5 years ago
Tom Lane f859c2ffa0 Fix a few more generator scripts to produce pgindent-clean output. 5 years ago
Tom Lane 9436041ed8 Copy editing: fix a bunch of misspellings and poor wording. 5 years ago
Peter Eisentraut 80fc96eceb Standardize order of use strict and use warnings in Perl code 5 years ago
Heikki Linnakangas c47a240fe6 Fix checksum calculation in the new sorting GiST build. 5 years ago
Tom Lane c2bb287025 Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS. 5 years ago
Peter Eisentraut 3d13867a2c Fix whitespace 5 years ago
Tom Lane 28a61fc6c5 Remove precedence hacks no longer needed without postfix operators. 5 years ago
Peter Eisentraut 8354e7b27e Remove unused parameters 5 years ago
Thomas Munro ff28809feb Code review for dynahash change. 5 years ago
Thomas Munro be0a666665 Remove large fill factor support from dynahash.c. 5 years ago
Tom Lane 06a7c3154f Allow most keywords to be used as column labels without requiring AS. 5 years ago
Robert Haas 0811f766fd pg_surgery: Try to stabilize regression tests. 5 years ago
Amit Kapila 24fb35e111 Update file header comments for logical/relation.c. 5 years ago
Amit Kapila 0d32511eca Fix comments in heapam.c. 5 years ago
Tom Lane e5209bf37a Try to stabilize output from rolenames regression test. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Tom Lane 74d4608f50 Further improve pgindent's list of file exclusions. 5 years ago
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 5 years ago
Amit Kapila b7f2dd959a Update parallel BTree scan state when the scan keys can't be satisfied. 5 years ago
Peter Eisentraut 45b9805706 Allow CURRENT_ROLE where CURRENT_USER is accepted 5 years ago
Heikki Linnakangas 16fa9b2b30 Add support for building GiST index by sorting. 5 years ago
Michael Paquier 089da3c477 doc: Apply more consistently <productname> markup for OpenSSL 5 years ago
Michael Paquier 7307df16a0 Improve tab completion of IMPORT FOREIGN SCHEMA in psql 5 years ago
Tom Lane babef40c9a Teach walsender to update its process title for replication commands. 5 years ago
Tom Lane add105840b Improve formatting of create_help.pl and plperl_opmask.pl output. 5 years ago
Alvaro Herrera 07082b08cc
Fix bogus completion tag usage in walsender 5 years ago
Tom Lane 44fc6e259b Centralize setup of SIGQUIT handling for postmaster child processes. 5 years ago
Tom Lane 2000b6c10a Don't fetch partition check expression during InitResultRelInfo. 5 years ago
Peter Geoghegan aac80bfcdd Fix amcheck child check pg_upgrade bug. 5 years ago
Tom Lane e5fac1cb19 Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL. 5 years ago
Tom Lane 3d65b0593c Fix bogus cache-invalidation logic in logical replication worker. 5 years ago
Fujii Masao e568ed0eb0 Add leader_pid field into the example of file_fdw for csvlog. 5 years ago
Michael Paquier 5423853fee Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dump 5 years ago
Jeff Davis c8aeaf3ab3 Change LogicalTapeSetBlocks() to use nBlocksWritten. 5 years ago
Jeff Davis 3bd35d4f51 HashAgg: release write buffers sooner by rewinding tape. 5 years ago
Amit Kapila 69bd60672a Fix initialization of RelationSyncEntry for streaming transactions. 5 years ago
David Rowley 19c60ad69a Optimize compactify_tuples function 5 years ago
Alvaro Herrera ced138e8cb
Fix use-after-free bug with event triggers in an extension script 5 years ago
David Rowley 10a5b35a00 Report resource usage at the end of recovery 5 years ago
David Rowley 62e221e1c0 Allow incremental sorts for windowing functions 5 years ago
David Rowley fe4f36bcde Fix compiler warning 5 years ago
Tom Lane f560209c6e Make walsenders show their replication commands in pg_stat_activity. 5 years ago