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
/
backend
/
tcop
Age
Commit message (
Expand
)
Author
23 hours
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
6 days
Implement WAIT FOR command
Alexander Korotkov
6 days
Drop unnamed portal immediately after execution to completion
Michael Paquier
12 days
Simplify coding in ProcessQuery
Álvaro Herrera
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-09-15
CREATE STATISTICS: improve misleading error message
Peter Eisentraut
2025-09-05
Allow to log raw parse tree.
Tatsuo Ishii
2025-08-29
CREATE STATISTICS: improve misleading error message
Álvaro Herrera
2025-08-03
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-17
Remove assertion from PortalRunMulti
Álvaro Herrera
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-06-28
Message style improvements
Peter Eisentraut
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-22
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-12
Add connection establishment duration logging
Melanie Plageman
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-02-28
Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
2025-02-23
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-07
Use PqMsg_* macros in postgres.c.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Fix incorrect source filename references
David Rowley
2024-12-17
Set max_safe_fds whenever we create shared memory and semaphores.
Tom Lane
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-16
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-12
Revert "Don't truncate database and user names in startup packets."
Nathan Bossart
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-04
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
[next]