index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2022-09-12
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-08
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-07
Renumber confusing value for GUC_UNIT_BYTE
Peter Eisentraut
2022-09-06
Fix new pg_publication_tables query.
Tom Lane
2022-09-04
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-04
Fix sign-compare warnings arising from port/simd.h
John Naylor
2022-09-03
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-30
Various cleanups of the new memory context header code
David Rowley
2022-08-30
Revert "Add missing padding from MemoryChunk struct"
David Rowley
2022-08-30
Update the comment in rmgrlist.h to match it to the code.
Amit Kapila
2022-08-30
Further code review of port/simd.h
John Naylor
2022-08-29
Add missing padding from MemoryChunk struct
David Rowley
2022-08-29
Fix broken cast on MSVC
John Naylor
2022-08-29
Use ARM Advanced SIMD (NEON) intrinsics where available
John Naylor
2022-08-29
Abstract some more architecture-specific details away from SIMD functionality
John Naylor
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-26
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
Add optimized functions for linear search within byte arrays
John Naylor
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
Move NON_EXEC_STATIC from c.h to postgres.h
Peter Eisentraut
2022-08-25
Remove unused symbol __aarch64
John Naylor
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-23
Remove our artificial PG_SOMAXCONN limit on listen queue length.
Tom Lane
2022-08-23
Remove offsetof definition
Peter Eisentraut
2022-08-23
Add BackendType for standalone backends
Andres Freund
2022-08-23
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-22
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
Fix comment in walsender_private.h
Michael Paquier
2022-08-20
Remove dummyret definition
Peter Eisentraut
2022-08-19
Move a definition inside a header file
Peter Eisentraut
2022-08-18
Bump catversion for 6566133c5f52771198aca07ed18f84519fac1be7
Robert Haas
2022-08-18
Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
Andres Freund
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
Fix macro problem with gai_strerror on Windows.
Thomas Munro
2022-08-18
Remove configure probe for sys/sockio.h.
Thomas Munro
2022-08-18
Remove configure probe for net/if.h.
Thomas Munro
2022-08-18
Update comment in gramparse.h
John Naylor
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
[next]