index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2024-02-08
Fix warnings in cpluspluscheck
John Naylor
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
Further cosmetic review of hashfn_unstable.h
John Naylor
2024-02-06
Simplify initialization of incremental hash state
John Naylor
2024-02-05
Fix meson installation of new generated files
Peter Eisentraut
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-29
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-25
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-25
Implement various jsonpath methods
Andrew Dunstan
2024-01-25
Add a const decoration
Peter Eisentraut
2024-01-25
Remove dummy_spinlock
Alvaro Herrera
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-25
jit: Require at least LLVM 10.
Thomas Munro
2024-01-25
Add progress reporting of skipped tuples during COPY FROM.
Masahiko Sawada
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
Adjust populate_record_field() to handle errors softly
Amit Langote
2024-01-24
Add soft error handling to some expression nodes
Amit Langote
2024-01-23
Fix makefiles for newly added files
Peter Eisentraut
2024-01-23
Generate syscache info from catalog files
Peter Eisentraut
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-22
Add backend support for injection points
Michael Paquier
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-20
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
Fixed misspelled byteswap function for big endian machines
John Naylor
2024-01-19
Add optimized C string hashing
John Naylor
2024-01-19
Add inline incremental hash functions for in-memory use
John Naylor
2024-01-18
Fix broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
2024-01-18
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-16
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
Add missing PGDLLIMPORT markings
Heikki Linnakangas
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-11
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-08
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
Remove excess #include "utils/wait_event.h".
Noah Misch
2024-01-08
Fix missing word in comment.
Noah Misch
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-04
Teach estimate_array_length() to use statistics where available.
Tom Lane
[next]