summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-02-08Fix warnings in cpluspluscheckJohn Naylor
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-02-06Further cosmetic review of hashfn_unstable.hJohn Naylor
2024-02-06Simplify initialization of incremental hash stateJohn Naylor
2024-02-05Fix meson installation of new generated filesPeter Eisentraut
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-02-05Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Move is_valid_ascii() to ascii.h.Nathan Bossart
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-25Add a const decorationPeter Eisentraut
2024-01-25Remove dummy_spinlockAlvaro Herrera
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-23Fix makefiles for newly added filesPeter Eisentraut
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-21Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov
2024-01-20Add planner support functions for range operators <@ and @>.Tom Lane
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Fixed misspelled byteswap function for big endian machinesJohn Naylor
2024-01-19Add optimized C string hashingJohn Naylor
2024-01-19Add inline incremental hash functions for in-memory useJohn Naylor
2024-01-18Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley
2024-01-18Optimize vacuuming of relations with no indexes.Robert Haas
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Add missing PGDLLIMPORT markingsHeikki Linnakangas
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-08Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-08Remove excess #include "utils/wait_event.h".Noah Misch
2024-01-08Fix missing word in comment.Noah Misch
2024-01-08Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane
2024-01-04Teach estimate_array_length() to use statistics where available.Tom Lane