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-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
2015-06-25
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-23
Update get_relation_info comment.
Robert Haas
2015-06-22
Improve inheritance_planner()'s performance for large inheritance sets.
Tom Lane
2015-06-21
Add transforms to pg_get_object_address and friends
Alvaro Herrera
2015-06-21
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-21
Add missing check for wal_debug GUC.
Andres Freund
2015-06-20
Fix failure to copy setlocale() return value.
Noah Misch
2015-06-20
Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values."
Noah Misch
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
In immediate shutdown, postmaster should not exit till children are gone.
Tom Lane
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-19
Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample.
Tom Lane
2015-06-19
Fix corner case in autovacuum-forcing logic for multixact wraparound.
Robert Haas
2015-06-17
Detect setlocale(LC_CTYPE, NULL) clobbering previous return values.
Noah Misch
[next]