summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"Michael Paquier
2020-09-28Stabilize create_table regression test.Tom Lane
2020-09-28Assign collations in partition bound expressions.Tom Lane
2020-09-28Remove complaints about COLLATE clauses in partition bound values.Tom Lane
2020-09-28Cache the result of converting now() to a struct pg_tm.Tom Lane
2020-09-28Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-09-28Minor mop-up for List improvements.Tom Lane
2020-09-28Improve tab-completion for DEALLOCATE.Fujii Masao
2020-09-28Improve pg_list.h's linitial(), lsecond() and co macrosDavid Rowley
2020-09-28Improve range checks of options for pg_test_fsync and pg_test_timingMichael Paquier
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-26Further stabilize output from rolenames regression test.Tom Lane
2020-09-26Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane
2020-09-26Fix the logical replication from HEAD to lower versions.Amit Kapila
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2020-09-24Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane
2020-09-24Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas
2020-09-24Standardize the printf format for st_sizePeter Eisentraut
2020-09-24Add new 'old_snapshot' contrib module.Robert Haas
2020-09-24Expose oldSnapshotControl definition via new header.Robert Haas
2020-09-24Doc: sync lobj.sgml's copy of testlo.c with the latter file.Tom Lane
2020-09-24Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane
2020-09-23Fix missing fsync of SLRU directories.Thomas Munro
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-23Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane
2020-09-23Allow WaitLatch() to be used without a latch.Thomas Munro
2020-09-22Simplify SortTocFromFile() by removing fixed buffer-size limit.Tom Lane
2020-09-22Remove arbitrary line length limit for libpq service files.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-22Exclude fmgrprotos.h from pgindent processing.Tom Lane
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-09-21Fix a few more generator scripts to produce pgindent-clean output.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-21Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas
2020-09-20Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane
2020-09-20Fix whitespacePeter Eisentraut
2020-09-19Remove precedence hacks no longer needed without postfix operators.Tom Lane
2020-09-19Remove unused parametersPeter Eisentraut
2020-09-19Code review for dynahash change.Thomas Munro
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-18pg_surgery: Try to stabilize regression tests.Robert Haas
2020-09-18Update file header comments for logical/relation.c.Amit Kapila
2020-09-18Fix comments in heapam.c.Amit Kapila
2020-09-18Try to stabilize output from rolenames regression test.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Further improve pgindent's list of file exclusions.Tom Lane