Commit Graph

50471 Commits (4d3f03f42227bb351c2021a9ccea2fff9c023cfc)
 

Author SHA1 Message Date
Tom Lane 5c31afc49d Avoid time-of-day-dependent failure in log rotation test. 5 years ago
Bruce Momjian 558a6e8e21 revert removal of hex_decode() from ecpg from commit c3826f831e 5 years ago
Bruce Momjian c3826f831e move hex_decode() to /common so it can be called from frontend 5 years ago
Tom Lane 7519bd16d1 Fix race condition between shutdown and unstarted background workers. 5 years ago
Tom Lane 7e784d1dc1 Improve client error messages for immediate-stop situations. 5 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 5 years ago
Bruce Momjian 6ecf488d91 dummy commit 5 years ago
Michael Paquier 6db27037b9 Fix portability issues with parsing of recovery_target_xid 5 years ago
Tom Lane ff769831e0 Improve autoprewarm's handling of early-shutdown scenarios. 5 years ago
Tom Lane 08dde1b3dc Increase timeout in 021_row_visibility.pl. 5 years ago
Tomas Vondra 1ca2eb1031 Improve find_em_expr_usable_for_sorting_rel comment 5 years ago
Tomas Vondra 9aff4dc01f Don't search for volatile expr in find_em_expr_usable_for_sorting_rel 5 years ago
Tomas Vondra fac1b470a9 Disallow SRFs when considering sorts below Gather Merge 5 years ago
Tom Lane ff5d5611c0 Remove "invalid concatenation of jsonb objects" error case. 5 years ago
Tomas Vondra 86b7cca72d Check parallel safety in generate_useful_gather_paths 5 years ago
Tomas Vondra f4a3c0b062 Consider unsorted paths in generate_useful_gather_paths 5 years ago
Alexander Korotkov 29f8f54676 Fix compiler warning in multirange_constructor0() 5 years ago
Michael Paquier 93e8ff8701 Refactor logic to check for ASCII-only characters in string 5 years ago
Alexander Korotkov 4e1ee79e31 Fix typalign in rangetypes statistics 5 years ago
Tom Lane eea1e08cfc Doc: fix description of how to use src/tutorial files. 5 years ago
Tom Lane 1990ce186e Doc: improve description of pgbench script weights. 5 years ago
Tom Lane ed6329cfa9 Avoid memcpy() with same source and destination in pgstat_recv_replslot. 5 years ago
Alexander Korotkov 11072e8693 Fix compiler warning introduced in 6df7a9698b 5 years ago
Alexander Korotkov 8344d72ccc Fixes for pg_dump.c regarding multiranges 5 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 5 years ago
Tom Lane 08b01d4dd9 Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile. 5 years ago
Amit Kapila 20659fd8e5 Update comment atop of ReorderBufferQueueMessage(). 5 years ago
Tom Lane 8afca702ec Add a couple of missed .gitignore entries. 5 years ago
Tom Lane 53d4f5fef0 Avoid memcpy() with same source and destination during relmapper init. 5 years ago
Fujii Masao 2e0fedf036 pg_stat_statements: Track time at which all statistics were last reset. 5 years ago
Fujii Masao 00f690a239 Revert "Get rid of the dedicated latch for signaling the startup process". 5 years ago
Tom Lane 88e014c149 Fix varchar_2.out to match reality in cs_CZ locale. 5 years ago
Michael Paquier bce641a2af doc: Fix explanation related to pg_shmem_allocations 5 years ago
Bruce Momjian 02c767b0fe doc: clarify COPY TO for partitioning/inheritance 5 years ago
Peter Geoghegan 41ddc27f66 Remove obsolete btrescan() comment. 5 years ago
Alvaro Herrera a18422a3ad
Remove useless variable stores 5 years ago
Tomas Vondra 6bc2769832 Error out when Gather Merge input is not sorted 5 years ago
Peter Eisentraut c06d6aa4c3 Clean up ancient test style 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Jeff Davis a58db3aa10 Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE." 5 years ago
Michael Paquier 9b584953e7 Improve some code around cryptohash functions 5 years ago
Michael Paquier df9274adf3 Add some checkpoint/restartpoint status to ps display 5 years ago
Noah Misch a1b8aa1e4e Use HASH_BLOBS for xidhash. 5 years ago
Noah Misch 73aae4522b Correct behavior descriptions in comments, and correct a test name. 5 years ago
Bruce Momjian d6abfdf84e initdb: complete getopt_long alphabetization 5 years ago
Bruce Momjian 39f3a9d2ff initdb: properly alphabetize getopt_long options in C string 5 years ago
Tom Lane 0ec5f7e782 Allow subscripting of hstore values. 5 years ago
Tom Lane 8c15a29745 Allow ALTER TYPE to update an existing type's typsubscript value. 5 years ago
Tom Lane 653aa603f5 Provide an error cursor for "can't subscript" error messages. 5 years ago
Peter Eisentraut d2a2808eb4 pg_dump: Don't use enums for defining bit mask values 5 years ago