Commit Graph

49878 Commits (76f412ab310554acb970a0b73c8d1f37f35548c6)
 

Author SHA1 Message Date
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
Noah Misch 47a3a1c3d4 Fix interpolation in test name. 5 years ago
Fujii Masao 95233011a0 Fix typos. 5 years ago
Michael Paquier 83158f74d3 Make index_set_state_flags() transactional 5 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Michael Paquier ac673a1aaf Avoid useless allocations for information of dumpable objects in pg_dump/ 5 years ago
Tom Lane 19f5a37b9f Use the properly transformed RangeVar for expandTableLikeClause(). 5 years ago
Amit Kapila 03c7f1f37a Fix inconsistency in determining the timestamp of the db statfile. 5 years ago
Amit Kapila ddd5f6d260 Remove unused function declaration in logicalproto.h. 5 years ago
Jeff Davis 0758964963 logtape.c: do not preallocate for tapes when sorting 5 years ago
Tom Lane 7634bd4f6d Accept SIGQUIT during error recovery in auxiliary processes. 5 years ago
Alvaro Herrera 3c99230b4f
psql: Display stats target of extended statistics 5 years ago
Tom Lane 10095ca634 Log a message when resorting to SIGKILL during shutdown/crash recovery. 5 years ago
Tom Lane 6693a96b32 Don't run atexit callbacks during signal exits from ProcessStartupPacket. 5 years ago
Alvaro Herrera 6a68a233ce
Update copyright year 5 years ago
Amit Kapila 0ba5181c00 Skip empty transaction stream in test_decoding. 5 years ago
Alvaro Herrera 9f1cf97bb5
Print WAL logical message contents in pg_waldump 5 years ago
Tom Lane 58c6feccfa Use _exit(2) for SIGQUIT during ProcessStartupPacket, too. 5 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 5 years ago
Peter Eisentraut c02767d241 Remove unused parameter 5 years ago
Peter Eisentraut beff361bc1 Add libpq's openssl dependencies to pkg-config file 5 years ago
Peter Eisentraut 4fff515e9e doc: Remove buggy ICU collation from documentation 5 years ago
Peter Eisentraut 540612fa46 Add more tests for EXTRACT of date type 5 years ago
Magnus Hagander 994a58407c Fix title in reference section 5 years ago