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
2015-07-17
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
Fix spelling error
Magnus Hagander
2015-07-16
Fix copy/past error in comment
Magnus Hagander
2015-07-16
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-14
Fix event trigger support for the new ALTER OPERATOR command.
Heikki Linnakangas
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
Reformat code in ATPostAlterTypeParse.
Heikki Linnakangas
2015-07-12
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-07-12
Add now-required #include.
Tom Lane
2015-07-11
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-09
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
Make wal_compression PGC_SUSET rather than PGC_USERSET.
Fujii Masao
2015-07-09
Add .gitignore entries for AIX-specific intermediate build artifacts.
Noah Misch
2015-07-09
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
Call getsockopt() on the correct socket.
Heikki Linnakangas
2015-07-06
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
Heikki Linnakangas
2015-07-02
Fix misuse of TextDatumGetCString().
Tom Lane
2015-07-02
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-01
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-07-01
Make sampler_random_fract() actually obey its API contract.
Tom Lane
2015-07-01
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-06-30
Remove useless check for NULL subexpression.
Tom Lane
2015-06-30
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
In bttext_abbrev_convert, move pfree to the right place.
Robert Haas
2015-06-29
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-29
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
Translation updates
Peter Eisentraut
2015-06-29
Run the C portions of guc-file.l through pgindent.
Tom Lane
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-28
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-06-28
Fix double-XLogBeginInsert call in GIN page splits.
Heikki Linnakangas
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-28
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-06-27
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
Fix typo in comment
Heikki Linnakangas
2015-06-26
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
2015-06-26
Reduce log level for background worker events from LOG to DEBUG1.
Robert Haas
2015-06-26
Fix the fallback memory barrier implementation to be reentrant.
Andres Freund
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
Fix a couple of bugs with wal_log_hints.
Heikki Linnakangas
[next]