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
/
tools
Age
Commit message (
Expand
)
Author
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Add options to enable and disable checksums in pg_checksums
Michael Paquier
2019-03-20
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-12
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-09
Simplify release-note links to back branches.
Tom Lane
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-02-16
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-13
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-12
Blind attempt at fixing Windows build
Alvaro Herrera
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-07
Fix perl searchpath for gen_keywordlist.pl
Andrew Dunstan
2019-02-06
Unify searchpath and do file logic in MSVC build scripts.
Andrew Dunstan
2019-02-06
Fix included file path for modern perl
Andrew Dunstan
2019-02-05
Doc: in each release branch, keep only that branch's own release notes.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-19
Revert "Add valgrind suppressions for wcsrtombs optimizations"
Tomas Vondra
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-13
Make Emacs perl-mode indent more like perltidy.
Noah Misch
2019-01-13
Improve missing-program error handling in make_ctags and make_etags.
Tom Lane
2019-01-10
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-04
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-01
Eliminate parallel-make hazard in ecpg/preproc.
Tom Lane
2018-11-29
Add support for NO_INSTALLCHECK in MSVC scripts
Michael Paquier
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-17
Add valgrind suppressions for wcsrtombs optimizations
Tomas Vondra
2018-11-08
Adjust valgrind fix in commit 517b0d0b5f
Andrew Dunstan
2018-11-07
Use parallel installcheck in vcregress.pl's upgrade test
Andrew Dunstan
2018-11-07
Quiet valgrind complaints following pread/pwrite changes
Andrew Dunstan
[next]