| 2019-07-19 |
Michael Paquier | Refactor parallelization processing code in src/bin... |
commit | commitdiff | tree |
| 2019-07-19 |
Jeff Davis | Fix error in commit e6feef57. |
commit | commitdiff | tree |
| 2019-07-18 |
Michael Paquier | Fix typo in mvdistinct.c |
commit | commitdiff | tree |
| 2019-07-18 |
Jeff Davis | Fix daterange canonicalization for +/- infinity. |
commit | commitdiff | tree |
| 2019-07-18 |
Peter Geoghegan | Fix nbtree metapage cache upgrade bug. |
commit | commitdiff | tree |
| 2019-07-18 |
Tom Lane | Further adjust SPITupleTable to provide a public row... |
commit | commitdiff | tree |
| 2019-07-18 |
Tomas Vondra | Simplify bitmap updates in multivariate MCV code |
commit | commitdiff | tree |
| 2019-07-18 |
Tomas Vondra | Fix handling of NULLs in MCV items and constants |
commit | commitdiff | tree |
| 2019-07-18 |
Tomas Vondra | Fix handling of opclauses in extended statistics |
commit | commitdiff | tree |
| 2019-07-18 |
Tomas Vondra | Remove unnecessary TYPECACHE_GT_OPR lookup |
commit | commitdiff | tree |
| 2019-07-18 |
Andres Freund | tableam: comment improvements. |
commit | commitdiff | tree |
| 2019-07-18 |
Michael Paquier | Simplify description of --data-checksums in documentati... |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Update time zone data files to tzdata release 2019b. |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Clarify the distinction between public and private... |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Doc: explain where to find Makefile used to build sepgs... |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Fix sepgsql test results for commit d97b714a2. |
commit | commitdiff | tree |
| 2019-07-17 |
Tom Lane | Avoid using lcons and list_delete_first where it's... |
commit | commitdiff | tree |
| 2019-07-17 |
Thomas Munro | Move some md.c-specific logic from smgr.c to md.c. |
commit | commitdiff | tree |
| 2019-07-16 |
Tom Lane | Fix thinko in construction of old_conpfeqop list. |
commit | commitdiff | tree |
| 2019-07-16 |
Tom Lane | Remove lappend_cell...() family of List functions. |
commit | commitdiff | tree |
| 2019-07-16 |
Tom Lane | Clean up some ad-hoc code for sorting and de-duplicatin... |
commit | commitdiff | tree |
| 2019-07-16 |
Tom Lane | Redesign the API for list sorting (list_qsort becomes... |
commit | commitdiff | tree |
| 2019-07-16 |
Michael Paquier | Fix inconsistencies and typos in the tree |
commit | commitdiff | tree |
| 2019-07-16 |
Tom Lane | Remove dead code. |
commit | commitdiff | tree |
| 2019-07-16 |
Bruce Momjian | doc: mention pg_reload_conf() for reloading the config... |
commit | commitdiff | tree |
| 2019-07-15 |
Thomas Munro | Provide pgbench --show-script to dump built-in scripts. |
commit | commitdiff | tree |
| 2019-07-15 |
Thomas Munro | Report the time taken by pgbench initialization steps. |
commit | commitdiff | tree |
| 2019-07-15 |
Peter Geoghegan | Correct nbtsplitloc.c comment. |
commit | commitdiff | tree |
| 2019-07-15 |
Peter Geoghegan | Fix pathological nbtree split point choice issue. |
commit | commitdiff | tree |
| 2019-07-15 |
Tom Lane | Represent Lists as expansible arrays, not chains of... |
commit | commitdiff | tree |
| 2019-07-15 |
Thomas Munro | Provide XLogRecGetFullXid(). |
commit | commitdiff | tree |
| 2019-07-14 |
Peter Eisentraut | Add gen_random_uuid function |
commit | commitdiff | tree |
| 2019-07-14 |
Alexander Korotkov | Forgotten catversion bump |
commit | commitdiff | tree |
| 2019-07-14 |
Alexander Korotkov | Add support for <-> (box, point) operator to SP-GiST... |
commit | commitdiff | tree |
| 2019-07-14 |
Alexander Korotkov | Add support for <-> (box, point) operator to GiST box_ops |
commit | commitdiff | tree |
| 2019-07-14 |
Alexander Korotkov | Add missing commutators for distance operators |
commit | commitdiff | tree |
| 2019-07-14 |
Andrew Gierth | Teach pg_stat_statements not to ignore FOR UPDATE clauses |
commit | commitdiff | tree |
| 2019-07-14 |
Thomas Munro | Fix documentation for pgbench tpcb-like. |
commit | commitdiff | tree |
| 2019-07-13 |
Noah Misch | Revive test of concurrent OID generation. |
commit | commitdiff | tree |
| 2019-07-13 |
Michael Paquier | Fix some inconsistencies in MSVC scripts |
commit | commitdiff | tree |
| 2019-07-13 |
Michael Paquier | Fix and improve several places in the docs |
commit | commitdiff | tree |
| 2019-07-13 |
Thomas Munro | Fix tab completion for UPDATE. |
commit | commitdiff | tree |
| 2019-07-13 |
Thomas Munro | Tab completion for CREATE TYPE. |
commit | commitdiff | tree |
| 2019-07-13 |
Thomas Munro | Forward received condition variable signals on cancel. |
commit | commitdiff | tree |
| 2019-07-13 |
Thomas Munro | Introduce timed waits for condition variables. |
commit | commitdiff | tree |
| 2019-07-12 |
Thomas Munro | Warn if wal_level is too low when creating a publication. |
commit | commitdiff | tree |
| 2019-07-12 |
Tom Lane | Fix get_actual_variable_range() to cope with broken... |
commit | commitdiff | tree |
| 2019-07-12 |
David Rowley | Fix RANGE partition pruning with multiple boolean parti... |
commit | commitdiff | tree |
| 2019-07-11 |
Alexander Korotkov | Fixes for jsonpath filter expression elements table... |
commit | commitdiff | tree |
| 2019-07-10 |
Tom Lane | Reduce memory consumption for multi-statement query... |
commit | commitdiff | tree |
| 2019-07-10 |
Bruce Momjian | docs: remove pg_roles mention of the oid column being... |
commit | commitdiff | tree |
| 2019-07-10 |
Alvaro Herrera | Mention limitation of unique in partitioned tables |
commit | commitdiff | tree |
| 2019-07-10 |
Michael Paquier | Fix variable initialization when using buffering build... |
commit | commitdiff | tree |
| 2019-07-10 |
Alexander Korotkov | Assorted fixes for jsonpath documentation |
commit | commitdiff | tree |
| 2019-07-10 |
David Rowley | Fix missing calls to table_finish_bulk_insert during... |
commit | commitdiff | tree |
| 2019-07-10 |
Amit Kapila | Fix few typos and minor wordsmithing in tableam comments. |
commit | commitdiff | tree |
| 2019-07-09 |
Thomas Munro | Pass QueryEnvironment down to EvalPlanQual's EState. |
commit | commitdiff | tree |
| 2019-07-09 |
Alvaro Herrera | Propagate trigger arguments to partitions |
commit | commitdiff | tree |
| 2019-07-09 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2019-07-09 |
Thomas Munro | Force hash joins to be enabled in the hash join regress... |
commit | commitdiff | tree |
| 2019-07-09 |
Bruce Momjian | doc: adjust to_timestamp()/to_date() wording |
commit | commitdiff | tree |
| 2019-07-08 |
Bruce Momjian | Adjust ssl_ciphers to be specific to OpenSSL |
commit | commitdiff | tree |
| 2019-07-08 |
Bruce Momjian | Remove unused C structure member |
commit | commitdiff | tree |
| 2019-07-08 |
Robert Haas | tableam: Provide helper functions for relation sizing. |
commit | commitdiff | tree |
| 2019-07-08 |
Peter Eisentraut | doc: Clarify logical replication documentation |
commit | commitdiff | tree |
| 2019-07-08 |
Michael Paquier | Fix inconsistencies in the code |
commit | commitdiff | tree |
| 2019-07-07 |
Peter Eisentraut | Use consistent style for checking return from system... |
commit | commitdiff | tree |
| 2019-07-07 |
Michael Paquier | Remove more unreferenced function declarations |
commit | commitdiff | tree |
| 2019-07-06 |
Tom Lane | In pg_log_generic(), be more paranoid about preserving... |
commit | commitdiff | tree |
| 2019-07-06 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2019-07-06 |
Peter Eisentraut | psql: Fix logging output format |
commit | commitdiff | tree |
| 2019-07-06 |
Amit Kapila | Add missing assertions for required table am callbacks. |
commit | commitdiff | tree |
| 2019-07-06 |
Tom Lane | Add some test cases to improve test coverage of parse_e... |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Remove unreferenced function declarations. |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Remove dead encoding-conversion functions. |
commit | commitdiff | tree |
| 2019-07-05 |
Tomas Vondra | Remove unused variable in statext_mcv_serialize() |
commit | commitdiff | tree |
| 2019-07-05 |
Tom Lane | Add \warn command to psql. |
commit | commitdiff | tree |
| 2019-07-05 |
Thomas Munro | Improve comment in postgresql.conf.sample. |
commit | commitdiff | tree |
| 2019-07-05 |
Peter Eisentraut | doc: Spell checking |
commit | commitdiff | tree |
| 2019-07-05 |
Michael Paquier | Add min() and max() aggregates for pg_lsn |
commit | commitdiff | tree |
| 2019-07-05 |
Michael Paquier | Update hardcoded DH parameters to IANA standards |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Simplify pg_mcv_list (de)serialization |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Fix pg_mcv_list_items() to produce text[] |
commit | commitdiff | tree |
| 2019-07-04 |
Tomas Vondra | Speed-up build of MCV lists with many distinct values |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Remove unnecessary casts from size_t to int |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Unwind some workarounds for lack of portable int64... |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Sync our Snowball stemmer dictionaries with current... |
commit | commitdiff | tree |
| 2019-07-04 |
Peter Eisentraut | Clean up whitespace a bit |
commit | commitdiff | tree |
| 2019-07-04 |
Michael Paquier | Introduce safer encoding and decoding routines for... |
commit | commitdiff | tree |
| 2019-07-04 |
Michael Paquier | Simplify TAP tests of pg_dump for connection strings |
commit | commitdiff | tree |
| 2019-07-04 |
David Rowley | Use appendStringInfoString and appendPQExpBufferStr... |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Ensure plpgsql result tuples have the right composite... |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Doc: document table persistence display in \dt+. |
commit | commitdiff | tree |
| 2019-07-03 |
Tom Lane | Show table persistence in psql's \dt+ and related commands. |
commit | commitdiff | tree |
| 2019-07-03 |
David Rowley | Don't remove surplus columns from GROUP BY for inherita... |
commit | commitdiff | tree |
| 2019-07-03 |
Etsuro Fujita | postgres_fdw: Remove redundancy in postgresAcquireSampl... |
commit | commitdiff | tree |
| 2019-07-03 |
Michael Meskes | Fix small memory leak in ecpglib ecpg_update_declare_st... |
commit | commitdiff | tree |
| 2019-07-03 |
Michael Meskes | Use strtoint() instead of strtol() in pgtypeslib where... |
commit | commitdiff | tree |
| 2019-07-03 |
Michael Meskes | Made ecpg compatibility mode and run-time behaviour... |
commit | commitdiff | tree |
| next |