Commit Graph

49921 Commits (e21cbb4b893b85b5f1cf203b9a77ca0d9ee671d1)
 

Author SHA1 Message Date
Michael Paquier e21cbb4b89 Change SHA2 implementation based on OpenSSL to use EVP digest routines 5 years ago
Tom Lane 9d299a4924 Minor mop-up for List improvements. 5 years ago
Fujii Masao 0baf82fa0c Improve tab-completion for DEALLOCATE. 5 years ago
David Rowley cc99baa43e Improve pg_list.h's linitial(), lsecond() and co macros 5 years ago
Michael Paquier 4d29e6dbd0 Improve range checks of options for pg_test_fsync and pg_test_timing 5 years ago
Tom Lane 41efb83408 Move resolution of AlternativeSubPlan choices to the planner. 5 years ago
Tom Lane 3c88199550 Further stabilize output from rolenames regression test. 5 years ago
Tom Lane e55f718fc4 Revise RelationBuildRowSecurity() to avoid memory leaks. 5 years ago
Amit Kapila 079d0cacf4 Fix the logical replication from HEAD to lower versions. 5 years ago
Thomas Munro dee663f784 Defer flushing of SLRU files. 5 years ago
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto 5 years ago
Tom Lane a45bc8a4f6 Fix handling of -d "connection string" in pg_dump/pg_restore. 5 years ago
Robert Haas 55b7e2f4d7 Fix two bugs in MaintainOldSnapshotTimeMapping. 5 years ago
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size 5 years ago
Robert Haas aecf5ee2bb Add new 'old_snapshot' contrib module. 5 years ago
Robert Haas f5ea92e8d6 Expose oldSnapshotControl definition via new header. 5 years ago
Tom Lane fc5f107a8c Doc: sync lobj.sgml's copy of testlo.c with the latter file. 5 years ago
Tom Lane 83b61319a1 Improve behavior of tsearch_readline(), and remove t_readline(). 5 years ago
Thomas Munro aca74843e4 Fix missing fsync of SLRU directories. 5 years ago
Tom Lane 6b2c4e59d0 Improve error cursor positions for problems with partition bounds. 5 years ago
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