2019-08-05 |
Robert Haas | Dummy AM for experimentation. robert |
commit | commitdiff | tree |
2019-08-01 |
Robert Haas | Allow TOAST tables to be implemented using table AMs... |
commit | commitdiff | tree |
2019-08-01 |
Robert Haas | Create an API for inserting and deleting rows in TOAST... |
commit | commitdiff | tree |
2019-08-01 |
Robert Haas | Split tuptoaster.c into three separate files. |
commit | commitdiff | tree |
2019-07-19 |
Amit Kapila | Allow execution and discard of undo by background workers. |
commit | commitdiff | tree |
2019-07-19 |
Amit Kapila | Allow foreground transactions to perform undo actions... |
commit | commitdiff | tree |
2019-07-19 |
Amit Kapila | Infrastructure to execute pending undo actions. |
commit | commitdiff | tree |
2019-07-19 |
Amit Kapila | Infrastructure to register and fetch undo action requests. |
commit | commitdiff | tree |
2019-07-18 |
Amit Kapila | Extend binary heap functionality. |
commit | commitdiff | tree |
2019-07-17 |
Dilip Kumar | undo page consistency checker |
commit | commitdiff | tree |
2019-07-17 |
Dilip Kumar | Provide interfaces to store and fetch undo records. |
commit | commitdiff | tree |
2019-07-17 |
Dilip Kumar | Defect and enhancement in multi-log support |
commit | commitdiff | tree |
2019-07-17 |
Dilip Kumar | Add prefetch support for the undo log |
commit | commitdiff | tree |
2019-07-17 |
Thomas Munro | Allow WAL record data on first modification after a... |
commit | commitdiff | tree |
2019-07-17 |
Thomas Munro | Add undo log manager. |
commit | commitdiff | tree |
2019-07-17 |
Thomas Munro | Prepare to support multiple SMGR implementations. |
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 |
2019-07-02 |
Peter Eisentraut | Fix accidentally swapped error message arguments |
commit | commitdiff | tree |
2019-07-02 |
Peter Eisentraut | Remove redundant newlines from error messages |
commit | commitdiff | tree |
next |