Commit Graph

47452 Commits (1cff1b95ab6ddae32faa3efe0d95a820dbfdc164)
 

Author SHA1 Message Date
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Thomas Munro 67b9b3ca32 Provide XLogRecGetFullXid(). 6 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 6 years ago
Alexander Korotkov 565f339000 Forgotten catversion bump 6 years ago
Alexander Korotkov 075f0a880f Add support for <-> (box, point) operator to SP-GiST box_ops 6 years ago
Alexander Korotkov c085e1c1cb Add support for <-> (box, point) operator to GiST box_ops 6 years ago
Alexander Korotkov 6254c55f81 Add missing commutators for distance operators 6 years ago
Andrew Gierth 6e74c64bcf Teach pg_stat_statements not to ignore FOR UPDATE clauses 6 years ago
Thomas Munro 0369f47366 Fix documentation for pgbench tpcb-like. 6 years ago
Noah Misch 8a0cbb8852 Revive test of concurrent OID generation. 6 years ago
Michael Paquier 39aadc9842 Fix some inconsistencies in MSVC scripts 6 years ago
Michael Paquier 170d11b8e7 Fix and improve several places in the docs 6 years ago
Thomas Munro 5b51bbfbd5 Fix tab completion for UPDATE. 6 years ago
Thomas Munro 7bdc6556fb Tab completion for CREATE TYPE. 6 years ago
Thomas Munro b91dd9de5e Forward received condition variable signals on cancel. 6 years ago
Thomas Munro 1321509fa4 Introduce timed waits for condition variables. 6 years ago
Thomas Munro b31fbe852c Warn if wal_level is too low when creating a publication. 6 years ago
Tom Lane d3751adcf1 Fix get_actual_variable_range() to cope with broken HOT chains. 6 years ago
David Rowley cfde234939 Fix RANGE partition pruning with multiple boolean partition keys 6 years ago
Alexander Korotkov 0cea6eb5a5 Fixes for jsonpath filter expression elements table in docs 6 years ago
Tom Lane b5810de3f4 Reduce memory consumption for multi-statement query strings. 6 years ago
Bruce Momjian 909a7b6b8e docs: remove pg_roles mention of the oid column being displayed 6 years ago
Alvaro Herrera ec4eaab78b Mention limitation of unique in partitioned tables 6 years ago
Michael Paquier fa19a08d71 Fix variable initialization when using buffering build with GiST 6 years ago
Alexander Korotkov 5a7d697a39 Assorted fixes for jsonpath documentation 6 years ago
David Rowley f7c830f1ab Fix missing calls to table_finish_bulk_insert during COPY, take 2 6 years ago
Amit Kapila bd56cd75d2 Fix few typos and minor wordsmithing in tableam comments. 6 years ago
Thomas Munro f5825853e3 Pass QueryEnvironment down to EvalPlanQual's EState. 6 years ago
Alvaro Herrera 2c84ea6cf9 Propagate trigger arguments to partitions 6 years ago
Peter Eisentraut e435c1e7d9 Message style improvements 6 years ago
Thomas Munro cba0fe024e Force hash joins to be enabled in the hash join regression tests. 6 years ago
Bruce Momjian 38c268dde0 doc: adjust to_timestamp()/to_date() wording 6 years ago
Bruce Momjian ba09342518 Adjust ssl_ciphers to be specific to OpenSSL 6 years ago
Bruce Momjian 481837783b Remove unused C structure member 6 years ago
Robert Haas 554106b116 tableam: Provide helper functions for relation sizing. 6 years ago
Peter Eisentraut 482501d433 doc: Clarify logical replication documentation 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 6 years ago
Michael Paquier d1a040543b Remove more unreferenced function declarations 6 years ago
Tom Lane fb30c9c1c5 In pg_log_generic(), be more paranoid about preserving errno. 6 years ago
Peter Eisentraut b33283c364 Add missing source files to nls.mk 6 years ago
Peter Eisentraut 3f3542621f psql: Fix logging output format 6 years ago
Amit Kapila 78d41f6c9b Add missing assertions for required table am callbacks. 6 years ago
Tom Lane cf20cc00a9 Add some test cases to improve test coverage of parse_expr.c. 6 years ago
Tom Lane 79b94716e7 Remove unreferenced function declarations. 6 years ago
Tom Lane 0ab1a2e39b Remove dead encoding-conversion functions. 6 years ago
Tomas Vondra ef777cb093 Remove unused variable in statext_mcv_serialize() 6 years ago
Tom Lane 02e95a5049 Add \warn command to psql. 6 years ago
Thomas Munro e8fdcacc6c Improve comment in postgresql.conf.sample. 6 years ago
Peter Eisentraut 594df378ff doc: Spell checking 6 years ago