index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-19
*
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Fix some comments in proc.h
Michael Paquier
2022-10-15
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
*
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Reduce xlog.h inclusion footprint
Alvaro Herrera
2022-10-12
*
Reduce basebackup_sink.h inclusion footprint
Alvaro Herrera
2022-10-12
*
Remove Abs()
Peter Eisentraut
2022-10-12
*
C comment: explain procArray->pgprocnos[]
Bruce Momjian
2022-10-11
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
*
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-10
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Convert macros to static inline functions (rel.h)
Peter Eisentraut
2022-10-07
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
*
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-06
*
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-06
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Remove definition of JUMBLE_SIZE from queryjumble.h
Michael Paquier
2022-10-05
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc
Andres Freund
2022-09-30
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
*
windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h
Andres Freund
2022-09-28
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-28
*
In BufTagGetForkNum, cast to the correct type.
Robert Haas
2022-09-27
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
*
Include common/relpath.h in utils/relfilenumbermap.h
Robert Haas
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-27
*
Renumber GUC flags for a bit more sanity.
Tom Lane
2022-09-27
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
meson: Include CFLAGS/c_args in summary and pg_config output
Andres Freund
2022-09-26
*
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-09-27
*
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-27
*
catversion bump
Peter Eisentraut
2022-09-26
[next]