aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Move is_valid_ascii() to ascii.h.Nathan Bossart2024-01-29
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Support TZ and OF format codes in to_timestamp().Tom Lane2024-01-25
* Implement various jsonpath methodsAndrew Dunstan2024-01-25
* Add a const decorationPeter Eisentraut2024-01-25
* Remove dummy_spinlockAlvaro Herrera2024-01-25
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* jit: Require at least LLVM 10.Thomas Munro2024-01-25
* Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada2024-01-25
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Adjust populate_record_field() to handle errors softlyAmit Langote2024-01-24
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Fix makefiles for newly added filesPeter Eisentraut2024-01-23
* Generate syscache info from catalog filesPeter Eisentraut2024-01-23
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Add backend support for injection pointsMichael Paquier2024-01-22
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Add planner support functions for range operators <@ and @>.Tom Lane2024-01-20
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Fixed misspelled byteswap function for big endian machinesJohn Naylor2024-01-19
* Add optimized C string hashingJohn Naylor2024-01-19
* Add inline incremental hash functions for in-memory useJohn Naylor2024-01-19
* Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley2024-01-19
* Optimize vacuuming of relations with no indexes.Robert Haas2024-01-18
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Add missing PGDLLIMPORT markingsHeikki Linnakangas2024-01-16
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Add new function pg_get_wal_summarizer_state().Robert Haas2024-01-11
* Cross-check lists of predefined LWLocks.Nathan Bossart2024-01-09
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Remove excess #include "utils/wait_event.h".Noah Misch2024-01-08
* Fix missing word in comment.Noah Misch2024-01-08
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Teach estimate_array_length() to use statistics where available.Tom Lane2024-01-04
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04
* Track conflict_reason in pg_replication_slots.Amit Kapila2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Second attempt at organizing jsonpath operators and methodsPeter Eisentraut2024-01-03
* Revert "Reorganise jsonpath operators and methods"Peter Eisentraut2024-01-03
* Reorganise jsonpath operators and methodsPeter Eisentraut2024-01-03
* Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut2024-01-03