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
/
include
Age
Commit message (
Expand
)
Author
2016-10-12
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Remove trailing commas from enums.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-09-30
Fix breakage in previous change
Peter Eisentraut
2016-09-30
Separate enum from struct
Peter Eisentraut
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-26
Fix some typos in comment
Peter Eisentraut
2016-09-26
Replace the built-in GIN array opclasses with a single polymorphic opclass.
Tom Lane
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-22
Remove nearly-unused SizeOfIptrData macro.
Tom Lane
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
Fix typo
Peter Eisentraut
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-14
Improve code comment for GatherPath's single_copy flag.
Robert Haas
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
Improve scalability of md.c for large relations.
Andres Freund
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-06
C comment: fix file name mention on line 1
Bruce Momjian
2016-09-05
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-09-05
C comment: align dashes in GroupState node header
Bruce Momjian
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-01
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
[next]