Commit Graph

49938 Commits (489c9c3407cbfd473c2f8d7863ffaaf6d2e8fcf8)
 

Author SHA1 Message Date
Tom Lane 489c9c3407 Fix handling of BC years in to_date/to_timestamp. 6 years ago
Heikki Linnakangas 9796f455c3 pgbench: Use PQExpBuffer to simplify code that constructs SQL. 6 years ago
Peter Eisentraut 300b6984a5 Fix XML id to match GUC name 6 years ago
Tom Lane 151c0c5f72 Remove obsolete replication settings within TAP tests. 6 years ago
David Rowley 2b888647d8 Doc: Improve clarity on partitioned table limitations 6 years ago
Tom Lane a094c8ff53 Fix make_timestamp[tz] to accept negative years as meaning BC. 6 years ago
Tom Lane a6b1f5365d Fix memory leak in plpgsql's CALL processing. 6 years ago
Alexander Korotkov 927d9abb65 Support for ISO 8601 in the jsonpath .datetime() method 6 years ago
Alexander Korotkov c2aa562ea5 Remove excess space from jsonpath .datetime() default format string 6 years ago
Fujii Masao fd26f78231 Archive timeline history files in standby if archive_mode is set to "always". 6 years ago
Michael Paquier e66bcfb4c6 Fix progress reporting of REINDEX CONCURRENTLY 6 years ago
Tom Lane 56fe008996 Add for_each_from, to simplify loops starting from non-first list cells. 6 years ago
Michael Paquier fe0a1dc52c Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines" 6 years ago
Tom Lane 042d8017ec Stabilize create_table regression test. 6 years ago
Tom Lane 72647ac3bf Assign collations in partition bound expressions. 6 years ago
Tom Lane 2dfa3fea88 Remove complaints about COLLATE clauses in partition bound values. 6 years ago
Tom Lane 0a87ddff5c Cache the result of converting now() to a struct pg_tm. 6 years ago
Michael Paquier e21cbb4b89 Change SHA2 implementation based on OpenSSL to use EVP digest routines 6 years ago
Tom Lane 9d299a4924 Minor mop-up for List improvements. 6 years ago
Fujii Masao 0baf82fa0c Improve tab-completion for DEALLOCATE. 6 years ago
David Rowley cc99baa43e Improve pg_list.h's linitial(), lsecond() and co macros 6 years ago
Michael Paquier 4d29e6dbd0 Improve range checks of options for pg_test_fsync and pg_test_timing 6 years ago
Tom Lane 41efb83408 Move resolution of AlternativeSubPlan choices to the planner. 6 years ago
Tom Lane 3c88199550 Further stabilize output from rolenames regression test. 6 years ago
Tom Lane e55f718fc4 Revise RelationBuildRowSecurity() to avoid memory leaks. 6 years ago
Amit Kapila 079d0cacf4 Fix the logical replication from HEAD to lower versions. 6 years ago
Thomas Munro dee663f784 Defer flushing of SLRU files. 6 years ago
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto 6 years ago
Tom Lane a45bc8a4f6 Fix handling of -d "connection string" in pg_dump/pg_restore. 6 years ago
Robert Haas 55b7e2f4d7 Fix two bugs in MaintainOldSnapshotTimeMapping. 6 years ago
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size 6 years ago
Robert Haas aecf5ee2bb Add new 'old_snapshot' contrib module. 6 years ago
Robert Haas f5ea92e8d6 Expose oldSnapshotControl definition via new header. 6 years ago
Tom Lane fc5f107a8c Doc: sync lobj.sgml's copy of testlo.c with the latter file. 6 years ago
Tom Lane 83b61319a1 Improve behavior of tsearch_readline(), and remove t_readline(). 6 years ago
Thomas Munro aca74843e4 Fix missing fsync of SLRU directories. 6 years ago
Tom Lane 6b2c4e59d0 Improve error cursor positions for problems with partition bounds. 6 years ago
Tom Lane 3ea7e9550e Avoid possible dangling-pointer access in tsearch_readline_callback. 6 years ago
Thomas Munro 733fa9aa51 Allow WaitLatch() to be used without a latch. 6 years ago
Tom Lane 2e3c19462d Simplify SortTocFromFile() by removing fixed buffer-size limit. 6 years ago
Tom Lane c0cb87fbb6 Remove arbitrary line length limit for libpq service files. 6 years ago
Tom Lane 931487018c Rethink API for pg_get_line.c, one more time. 6 years ago
Tom Lane c4133ec169 Exclude fmgrprotos.h from pgindent processing. 6 years ago
Tom Lane ce90f075f0 Improve the error message for an inappropriate column definition list. 6 years ago
Tom Lane f859c2ffa0 Fix a few more generator scripts to produce pgindent-clean output. 6 years ago
Tom Lane 9436041ed8 Copy editing: fix a bunch of misspellings and poor wording. 6 years ago
Peter Eisentraut 80fc96eceb Standardize order of use strict and use warnings in Perl code 6 years ago
Heikki Linnakangas c47a240fe6 Fix checksum calculation in the new sorting GiST build. 6 years ago
Tom Lane c2bb287025 Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS. 6 years ago
Peter Eisentraut 3d13867a2c Fix whitespace 6 years ago