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
Age
Commit message (
Expand
)
Author
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
Fix typos
Peter Eisentraut
2015-05-04
Use outerPlanState macro instead of referring to leffttree.
Robert Haas
2015-05-04
Improve procost estimates for some text search functions.
Tom Lane
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
2015-05-04
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-05-04
Second try at fixing warnings caused by commit 9b43d73b3f9bef27.
Tom Lane
2015-05-03
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
Fix python_includespec on Windows at configure time
Andrew Dunstan
2015-05-02
Combine initdb tests that successfully create a data directory.
Noah Misch
2015-05-02
Fix one more TAP test to use standard command-line argument ordering.
Noah Misch
2015-05-02
Rename coerce_type() local variable.
Noah Misch
2015-05-02
Windows also needs an override of the shared libpython detection
Peter Eisentraut
2015-05-02
Make hstore_plperl's build even more like plperl's
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-05-01
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
Fix pg_rewind regression failure after "fast promotion"
Heikki Linnakangas
2015-04-30
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-29
Update .gitignore for new rmgr, changed paths.
Robert Haas
2015-04-29
Remove enum-related special cases for catalog scans.
Robert Haas
2015-04-29
Attempt to fix some compiler warnings.
Robert Haas
2015-04-29
Enable transforms tests for python 2 on MSVC builds
Andrew Dunstan
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
psql: Improve tab completion for ALTER FOREIGN TABLE.
Robert Haas
2015-04-29
to_char(): have format 'OF' only show the leading negative sign
Bruce Momjian
2015-04-29
pg_basebackup: canonicalize old and new tablespace paths
Bruce Momjian
2015-04-28
Warn about tablespace creation in PGDATA
Bruce Momjian
2015-04-28
Fix another test for RELKIND_RELATION that should allow foreign tables now.
Tom Lane
2015-04-28
Fix ATSimpleRecursion() to allow recursion from a foreign table.
Tom Lane
2015-04-28
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
Fix MSVC builds for contrib transforms modules.
Andrew Dunstan
2015-04-28
Protect against multixact members wraparound
Alvaro Herrera
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-27
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-27
Fix vcbuild failures and chkpass dependency caused by 854adb8
Andrew Dunstan
2015-04-26
Also correct therefor to therefore.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
Fix possible division by zero in pg_xlogdump.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
[prev]
[next]