Commit Graph

50247 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)
 

Author SHA1 Message Date
Michael Paquier 8550cbd0ba doc: Improve some documentation about HA and replication 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Michael Paquier 9d0bd95fa9 Add block information in error context of WAL REDO apply loop 5 years ago
Tom Lane 4964253048 Put back explicit setting of replication values within TAP tests. 5 years ago
Heikki Linnakangas e1761871c0 Fix incorrect assertion on number of array dimensions. 5 years ago
Heikki Linnakangas 265ea56785 Set right-links during sorted GiST index build. 5 years ago
Michael Paquier 6b1c5cacec Remove logging.c from the shared library of src/common/ 5 years ago
Andres Freund 7b28913bca Fix and test snapshot behavior on standby. 5 years ago
Alvaro Herrera 9fc2122712
Reword partitioning error message 5 years ago
Tom Lane 489c9c3407 Fix handling of BC years in to_date/to_timestamp. 5 years ago
Heikki Linnakangas 9796f455c3 pgbench: Use PQExpBuffer to simplify code that constructs SQL. 5 years ago
Peter Eisentraut 300b6984a5 Fix XML id to match GUC name 5 years ago
Tom Lane 151c0c5f72 Remove obsolete replication settings within TAP tests. 5 years ago
David Rowley 2b888647d8 Doc: Improve clarity on partitioned table limitations 5 years ago
Tom Lane a094c8ff53 Fix make_timestamp[tz] to accept negative years as meaning BC. 5 years ago
Tom Lane a6b1f5365d Fix memory leak in plpgsql's CALL processing. 5 years ago
Alexander Korotkov 927d9abb65 Support for ISO 8601 in the jsonpath .datetime() method 5 years ago
Alexander Korotkov c2aa562ea5 Remove excess space from jsonpath .datetime() default format string 5 years ago
Fujii Masao fd26f78231 Archive timeline history files in standby if archive_mode is set to "always". 5 years ago
Michael Paquier e66bcfb4c6 Fix progress reporting of REINDEX CONCURRENTLY 5 years ago
Tom Lane 56fe008996 Add for_each_from, to simplify loops starting from non-first list cells. 5 years ago
Michael Paquier fe0a1dc52c Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines" 5 years ago
Tom Lane 042d8017ec Stabilize create_table regression test. 5 years ago
Tom Lane 72647ac3bf Assign collations in partition bound expressions. 5 years ago
Tom Lane 2dfa3fea88 Remove complaints about COLLATE clauses in partition bound values. 5 years ago
Tom Lane 0a87ddff5c Cache the result of converting now() to a struct pg_tm. 5 years ago
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