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
2017-01-30
Remove leftover reference to "indirect blocks" in comment.
Heikki Linnakangas
2017-01-30
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-27
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-27
Restructure hba.c to replace 3 parallel lists with single list of structs.
Tom Lane
2017-01-27
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
Fill in no_priv_msg for publications and subscriptions
Peter Eisentraut
2017-01-26
Check interrupts during hot standby waits
Simon Riggs
2017-01-26
Add object_address tests for publications and subscriptions
Peter Eisentraut
2017-01-26
Reset hot standby xmin on master after restart
Simon Riggs
2017-01-26
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-25
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-25
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
Close replication connection when slot creation errors
Peter Eisentraut
2017-01-25
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
Make UNKNOWN into an actual pseudo-type.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-24
Remove unused variable.
Robert Haas
2017-01-24
Don't invoke arbitrary code inside a possibly-aborted transaction.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-24
Be sure to release the lock on failure to launch logical replication worker.
Fujii Masao
2017-01-24
Fix comments in StrategyNotifyBgWriter().
Tatsuo Ishii
2017-01-23
Fix parallel make issue with new fmgrprotos.h
Peter Eisentraut
2017-01-23
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-23
Don't error when no system locales were found
Peter Eisentraut
2017-01-23
Fix NULL pointer access in logical replication workers
Peter Eisentraut
2017-01-23
Fix pointer confusion
Peter Eisentraut
2017-01-23
Fix memory leaks in libpqwalreceiver
Peter Eisentraut
2017-01-23
Prefetch blocks during lazy vacuum's truncation scan
Alvaro Herrera
2017-01-23
Fix example plan in optimizer/README.
Tom Lane
2017-01-22
Relocate static function declarations to be after typedefs in jsonfuncs.c.
Tom Lane
2017-01-22
Remove no-longer-needed loop in ExecGather().
Tom Lane
2017-01-22
Add missing break
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
Fix comparison logic in partition_bounds_equal for non-finite bounds.
Robert Haas
2017-01-20
Record dependencies on owners for logical replication objects
Alvaro Herrera
2017-01-20
Try to fix non-MSVC Windows builds in the wake of logical replication.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-20
Avoid core dump for empty prepared statement in an aborted transaction.
Tom Lane
[next]