index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-11-14
Revert "Drop unnamed portal immediately after execution to completion"
Michael Paquier
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Drop unnamed portal immediately after execution to completion
Michael Paquier
2025-10-30
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-06
Allow to log raw parse tree.
Tatsuo Ishii
2025-08-29
CREATE STATISTICS: improve misleading error message
Álvaro Herrera
2025-08-02
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-10
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
[next]