| 2022-07-13 |
Peter Eisentraut | Convert macros to static inline functions (bufmgr.h) |
commit | commitdiff | tree |
| 2022-07-13 |
Peter Eisentraut | Convert macros to static inline functions (itemptr.h) |
commit | commitdiff | tree |
| 2022-07-13 |
Alvaro Herrera | Plug memory leak |
commit | commitdiff | tree |
| 2022-07-13 |
Alvaro Herrera | Fix flag tests in src/test/modules/test_oat_hooks |
commit | commitdiff | tree |
| 2022-07-13 |
Peter Eisentraut | Allow specifying STORAGE attribute for a new table |
commit | commitdiff | tree |
| 2022-07-13 |
Peter Eisentraut | Remove useless assertions |
commit | commitdiff | tree |
| 2022-07-13 |
Alvaro Herrera | Fix XID list support some more |
commit | commitdiff | tree |
| 2022-07-13 |
Peter Eisentraut | Fix for make unportability |
commit | commitdiff | tree |
| 2022-07-13 |
Peter Eisentraut | NLS: Put list of available languages into LINGUAS files |
commit | commitdiff | tree |
| 2022-07-13 |
David Rowley | Small cleanup of create_list_bounds() |
commit | commitdiff | tree |
| 2022-07-13 |
Michael Paquier | createuser: Add support for more clause types through... |
commit | commitdiff | tree |
| 2022-07-13 |
David Rowley | Use list_copy_head() instead of list_truncate(list_copy... |
commit | commitdiff | tree |
| 2022-07-13 |
Michael Paquier | createuser: Cleanup and fix internal option ordering |
commit | commitdiff | tree |
| 2022-07-13 |
David Rowley | Tidy up code in get_cheapest_group_keys_order() |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Fix ECPG's handling of type names that match SQL keywords. |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Invent qsort_interruptible(). |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Improve error reporting from validate_exec(). |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Remove trailing newlines in pg_upgrade's message strings. |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Add defenses against unexpected changes in the NodeTag... |
commit | commitdiff | tree |
| 2022-07-12 |
Tom Lane | Invent nodetag_only attribute for Nodes. |
commit | commitdiff | tree |
| 2022-07-12 |
Robert Haas | Rename some functions to mention Relation instead of... |
commit | commitdiff | tree |
| 2022-07-12 |
Alvaro Herrera | Add copy/equal support for XID lists |
commit | commitdiff | tree |
| 2022-07-12 |
John Naylor | Fix out-of-bounds read in json_lex_string |
commit | commitdiff | tree |
| 2022-07-12 |
Fujii Masao | Support TRUNCATE triggers on foreign tables. |
commit | commitdiff | tree |
| 2022-07-11 |
Thomas Munro | Doc: Acknowledge historically supported CPUs and OSes. |
commit | commitdiff | tree |
| 2022-07-11 |
Thomas Munro | Further tidy-up for old CPU architectures. |
commit | commitdiff | tree |
| 2022-07-11 |
Jeff Davis | Provide log_status_format(), useful for an emit_log_hook. |
commit | commitdiff | tree |
| 2022-07-11 |
Tom Lane | Rationalize order of input files for gen_node_support.pl. |
commit | commitdiff | tree |
| 2022-07-11 |
Robert Haas | Fix mistake in comment. |
commit | commitdiff | tree |
| 2022-07-11 |
Peter Eisentraut | Convert macros to static inline functions (bufpage.h) |
commit | commitdiff | tree |
| 2022-07-11 |
Thomas Munro | Fix lock assertions in dshash.c. |
commit | commitdiff | tree |
| 2022-07-11 |
John Naylor | Build de-escaped JSON strings in larger chunks during... |
commit | commitdiff | tree |
| 2022-07-11 |
Michael Paquier | Fix two portability issues with the tests of test_oat_hooks |
commit | commitdiff | tree |
| 2022-07-11 |
Michael Paquier | Improve error message with JSON_SERIALIZE() |
commit | commitdiff | tree |
| 2022-07-11 |
Michael Paquier | Improve two comments related to a boolean DefElem's... |
commit | commitdiff | tree |
| 2022-07-11 |
Michael Paquier | doc: Fix inconsistent quotes in some jsonb fields |
commit | commitdiff | tree |
| 2022-07-10 |
Thomas Munro | Tidy up claimed supported CPUs and OSes. |
commit | commitdiff | tree |
| 2022-07-10 |
Thomas Munro | Fix \watch's interaction with libedit on ^C. |
commit | commitdiff | tree |
| 2022-07-09 |
Tom Lane | Exclude nodetags.h from headerscheck and cpluspluscheck. |
commit | commitdiff | tree |
| 2022-07-09 |
Tom Lane | Make assorted quality-of-life improvements in gen_node_... |
commit | commitdiff | tree |
| 2022-07-09 |
Tom Lane | Doc: rearrange high-level commentary about node support... |
commit | commitdiff | tree |
| 2022-07-09 |
Tom Lane | Mark Scan as an abstract node type, too. |
commit | commitdiff | tree |
| 2022-07-09 |
Tom Lane | Mark PlanState as an abstract node type. |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Remove code sections obsoleted by node support automation |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Move a comment |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Add generated nodes\nodetags.h to clean.bat |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Install generated nodes/nodetags.h |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Fix vpath build |
commit | commitdiff | tree |
| 2022-07-09 |
Peter Eisentraut | Automatically generate node support functions |
commit | commitdiff | tree |
| 2022-07-09 |
Bruce Momjian | doc: add examples for array_length() and jsonb_array_l... |
commit | commitdiff | tree |
| 2022-07-08 |
Bruce Momjian | doc: add pg_prewarm example |
commit | commitdiff | tree |
| 2022-07-08 |
Alexander Korotkov | Add missing inequality searches to rbtree |
commit | commitdiff | tree |
| 2022-07-08 |
Alexander Korotkov | Use C99 designator in the rbtree sentinel definition |
commit | commitdiff | tree |
| 2022-07-08 |
Robert Haas | Preserve relfilenode of pg_largeobject and its index... |
commit | commitdiff | tree |
| 2022-07-08 |
Peter Eisentraut | Adjust node serialization tag of A_Expr for consistency |
commit | commitdiff | tree |
| 2022-07-08 |
Peter Eisentraut | Remove T_Join and T_Plan |
commit | commitdiff | tree |
| 2022-07-08 |
John Naylor | Simplify json lexing state |
commit | commitdiff | tree |
| 2022-07-08 |
Peter Eisentraut | Reformat some more node comments |
commit | commitdiff | tree |
| 2022-07-08 |
Thomas Munro | Remove HP/Intel Itanium support. |
commit | commitdiff | tree |
| 2022-07-08 |
Thomas Munro | Remove HP-UX port. |
commit | commitdiff | tree |
| 2022-07-07 |
Andrew Dunstan | Only allow returning string types or bytea from json_se... |
commit | commitdiff | tree |
| 2022-07-07 |
Tom Lane | Remove stray references to lefttree/righttree in the... |
commit | commitdiff | tree |
| 2022-07-07 |
Fujii Masao | Add checkpoint and REDO LSN to log_checkpoints message. |
commit | commitdiff | tree |
| 2022-07-07 |
Dean Rasheed | Fix alias matching in transformLockingClause(). |
commit | commitdiff | tree |
| 2022-07-07 |
Etsuro Fujita | postgres_fdw: Fix grammar. |
commit | commitdiff | tree |
| 2022-07-07 |
Peter Eisentraut | Convert macros to static inline functions (block.h) |
commit | commitdiff | tree |
| 2022-07-07 |
Michael Paquier | Make Windows 10 the minimal runtime requirement for... |
commit | commitdiff | tree |
| 2022-07-07 |
Amit Kapila | Re-order disable_on_error in tab-complete. |
commit | commitdiff | tree |
| 2022-07-07 |
Michael Paquier | Clean up some includes and comments in TAP test scripts |
commit | commitdiff | tree |
| 2022-07-06 |
Andres Freund | pgstat: slru: remove outdated comment |
commit | commitdiff | tree |
| 2022-07-06 |
Tom Lane | Fix wrong field order in _readMergeWhenClause(). |
commit | commitdiff | tree |
| 2022-07-06 |
David Rowley | Overload index_form_tuple to allow the memory context... |
commit | commitdiff | tree |
| 2022-07-06 |
Robert Haas | pg_stat_statements: Fix test that assumes wal_records... |
commit | commitdiff | tree |
| 2022-07-06 |
Andres Freund | pgstat: drop subscription stats without slot as well... |
commit | commitdiff | tree |
| 2022-07-06 |
Robert Haas | Change internal RelFileNode references to RelFileNumber... |
commit | commitdiff | tree |
| 2022-07-06 |
Andres Freund | Remove LLVM_CONFIG from Makefile.global.in |
commit | commitdiff | tree |
| 2022-07-06 |
Peter Eisentraut | Tiny capitalization adjustment in pkg-config files |
commit | commitdiff | tree |
| 2022-07-06 |
David Rowley | Remove size increase in ExprEvalStep caused by hashed... |
commit | commitdiff | tree |
| 2022-07-06 |
Peter Eisentraut | Refactor sending of DataRow messages in replication... |
commit | commitdiff | tree |
| 2022-07-06 |
Peter Eisentraut | Unify DLSUFFIX on Darwin |
commit | commitdiff | tree |
| 2022-07-06 |
Peter Eisentraut | Reorder ecpg_config.h.in alphabetically |
commit | commitdiff | tree |
| 2022-07-06 |
Michael Paquier | autho_explain: Add GUC to log query parameters |
commit | commitdiff | tree |
| 2022-07-05 |
Tom Lane | Tighten pg_upgrade's new check for non-upgradable anyar... |
commit | commitdiff | tree |
| 2022-07-05 |
Andres Freund | pgstat: reduce timer overhead by leaving timer running. |
commit | commitdiff | tree |
| 2022-07-05 |
Andres Freund | expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSO... |
commit | commitdiff | tree |
| 2022-07-05 |
Andres Freund | Revert 019_replslot_limit.pl related debugging aids. |
commit | commitdiff | tree |
| 2022-07-05 |
Robert Haas | Rename pg_checkpointer predefined role to pg_checkpoint. |
commit | commitdiff | tree |
| 2022-07-05 |
Tom Lane | Fix pg_upgrade to detect non-upgradable anyarray usages. |
commit | commitdiff | tree |
| 2022-07-05 |
Tom Lane | Fix errors in copyfuncs/equalfuncs support for JSON... |
commit | commitdiff | tree |
| 2022-07-05 |
Alvaro Herrera | libpq: Improve idle state handling in pipeline mode |
commit | commitdiff | tree |
| 2022-07-05 |
Alvaro Herrera | BRIN: improve documentation on summarization |
commit | commitdiff | tree |
| 2022-07-05 |
Peter Eisentraut | Fix pg_prepared_statements.result_types for DML statements |
commit | commitdiff | tree |
| 2022-07-05 |
Michael Paquier | Simplify a bit the special rules generating unaccent... |
commit | commitdiff | tree |
| 2022-07-05 |
Peter Eisentraut | Add result_types column to pg_prepared_statements view |
commit | commitdiff | tree |
| 2022-07-05 |
Michael Paquier | Remove durable_rename_excl() |
commit | commitdiff | tree |
| 2022-07-05 |
Michael Paquier | Replace durable_rename_excl() by durable_rename(),... |
commit | commitdiff | tree |
| 2022-07-04 |
Peter Eisentraut | Refactor sending of RowDescription messages in replicat... |
commit | commitdiff | tree |
| 2022-07-04 |
Alvaro Herrera | Implement List support for TransactionId |
commit | commitdiff | tree |
| 2022-07-04 |
Michael Paquier | Prevent write operations on large objects in read-only... |
commit | commitdiff | tree |
| 2022-07-04 |
Peter Eisentraut | Fix for change timeline field of IDENTIFY_SYSTEM to... |
commit | commitdiff | tree |
| next |