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
Age
Commit message (
Expand
)
Author
13 hours
Add some missing #include <limits.h>.
Thomas Munro
19 hours
Replace off_t by pgoff_t in I/O routines
Michael Paquier
23 hours
Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.
Fujii Masao
26 hours
Remove obsolete autovacuum comment.
Nathan Bossart
27 hours
Teach DSM registry to ERROR if attaching to an uninitialized entry.
Nathan Bossart
28 hours
Clear 'xid' in dummy async notify entries written to fill up pages
Heikki Linnakangas
28 hours
Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY
Heikki Linnakangas
28 hours
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
28 hours
Escalate ERRORs during async notify processing to FATAL
Heikki Linnakangas
31 hours
Split out innards of pg_tablespace_location()
Álvaro Herrera
34 hours
Fix range for commit_siblings in sample conf
Daniel Gustafsson
35 hours
libpq: threadsafety for SSL certificate callback
Daniel Gustafsson
36 hours
Fix comments of output routines for pg_ndistinct and pg_dependencies
Michael Paquier
39 hours
Move code specific to pg_dependencies to new file
Michael Paquier
40 hours
Move code specific to pg_ndistinct to new file
Michael Paquier
44 hours
Remove unused assignment in CREATE PUBLICATION grammar.
Amit Kapila
46 hours
Prefer spelling "cacheable" over "cachable".
Thomas Munro
46 hours
Report better object limits in error messages for injection points
Michael Paquier
3 days
Clean up qsort comparison function for GUC entries
Peter Eisentraut
3 days
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
3 days
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
3 days
Fix typos in nodeWindowAgg comments
Daniel Gustafsson
5 days
Fix comment in copyto.c
Michael Paquier
6 days
Remove blank line in C code.
Bruce Momjian
6 days
Fix checking for recovery state in WaitForLSN()
Alexander Korotkov
7 days
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
7 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
7 days
bufmgr: Use atomic sub for unpinning buffers
Andres Freund
7 days
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
7 days
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
7 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
7 days
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
7 days
Refactor shared memory allocation for semaphores
Heikki Linnakangas
7 days
Add comment to explain why PGReserveSemaphores() is called early
Heikki Linnakangas
8 days
Cosmetic fixes in GiST README
John Naylor
8 days
Fix few issues in commit 5509055d69.
Amit Kapila
8 days
Document some structures in attribute_stats.c
Michael Paquier
8 days
Update code comment
Peter Eisentraut
8 days
Fix UNION planner estimate_num_groups with varno==0
David Rowley
8 days
Update obsolete comment in ExecScanReScan().
Etsuro Fujita
8 days
Use stack allocated StringInfoDatas, where possible
David Rowley
8 days
Avoid possible crash within libsanitizer.
Tom Lane
9 days
Implement WAIT FOR command
Alexander Korotkov
9 days
Add infrastructure for efficient LSN waiting
Alexander Korotkov
9 days
Add pairingheap_initialize() for shared memory usage
Alexander Korotkov
9 days
Avoid creating duplicate ordered append paths
Richard Guo
9 days
Fix assertion failure in generate_orderedappend_paths()
Richard Guo
9 days
Add sequence synchronization for logical replication.
Amit Kapila
9 days
Drop unnamed portal immediately after execution to completion
Michael Paquier
9 days
Fix comments for ChangeVarNodes() and related functions
Richard Guo
[next]