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
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
/
doc
/
src
Age
Commit message (
Expand
)
Author
2022-11-18
Fix typos and bump catversion.
Robert Haas
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
Fix typo
Alvaro Herrera
2022-11-18
doc: Small wording improvement
Peter Eisentraut
2022-11-18
Add glossary entries related to superusers
Alvaro Herrera
2022-11-16
doc: document the TAP test environment variables
Daniel Gustafsson
2022-11-16
doc: update metacpan.org links to avoid redirects
Daniel Gustafsson
2022-11-16
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
Add test module for Custom WAL Resource Manager feature.
Jeff Davis
2022-11-15
doc: Use more concise wording for pl/pgSQL TG_ variables
Daniel Gustafsson
2022-11-15
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-15
Disallow setting archive_library and archive_command at the same time
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-08
Doc: improve tutorial section about grouped aggregates.
Tom Lane
2022-11-04
Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.
Amit Kapila
2022-11-02
Doc: Update information about manually creating slots.
Amit Kapila
2022-11-02
doc: Fix some descriptions related to pg_ident_file_mappings
Michael Paquier
2022-11-01
doc: Add note about lack of publication privileges
Peter Eisentraut
2022-10-26
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-25
doc: Fix type of cursor_position in jsonlog table
Michael Paquier
2022-10-24
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-20
Doc: fix outdated wording about parallel seq scans
David Rowley
2022-10-20
Make finding openssl program a configure or meson option
Peter Eisentraut
2022-10-19
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-17
doc: move the mention of aggregate JSON functions up in section
Bruce Momjian
2022-10-17
doc: warn pg_stat_reset() can cause vacuum/analyze problems
Bruce Momjian
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
doc: Correct type of bgw_notify_pid
Peter Eisentraut
2022-10-13
pg_buffercache: Add pg_buffercache_summary()
Andres Freund
2022-10-13
Fix typo in CREATE PUBLICATION reference page
Alvaro Herrera
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-12
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Michael Paquier
2022-10-12
Doc: improve recommended systemd unit file.
Tom Lane
2022-10-11
Doc: add entry for pg_get_partkeydef().
Tom Lane
2022-10-05
doc: clarify description for log_startup_progress_interval
Bruce Momjian
2022-10-05
meson: docs: Add xml{lint,proc} wrapper to collect dependencies
Andres Freund
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-01
doc: Fix some grammar and typos
Michael Paquier
2022-09-30
Adjust PQsslAttributeNames() to match PQsslAttribute().
Tom Lane
2022-09-30
doc: Fix PQsslAttribute docs for compression
Daniel Gustafsson
2022-09-29
Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-28
doc: clarify internal behavior of RECURSIVE CTE queries
Bruce Momjian
2022-09-28
revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"
Bruce Momjian
2022-09-28
Doc: document bpchar, clarify relationship of text and varchar.
Tom Lane
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
[next]