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
Age
Commit message (
Expand
)
Author
2015-04-02
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-04-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
pg_upgrade: call 'postgres' binary to get data directory location
Bruce Momjian
2015-04-01
Provide real selectivity estimators for inet/cidr operators.
Tom Lane
2015-04-01
Move inet/cidr GiST opclass functions to correct place in header file.
Heikki Linnakangas
2015-04-01
Fix incorrect markup in documentation of window frame clauses.
Tom Lane
2015-03-31
Make pg_ctl use SIGINT as a default shutdown signal.
Fujii Masao
2015-03-31
initdb: remove unnecessary VACUUM FULL
Bruce Momjian
2015-03-31
pg_ctl: change default shutdown mode from 'smart' to 'fast'
Bruce Momjian
2015-03-31
psql: add asciidoc output format
Bruce Momjian
2015-03-31
btree_gin: properly call DirectFunctionCall1()
Bruce Momjian
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-30
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.
Tom Lane
2015-03-30
Change array_offset to return subscripts, not offsets
Alvaro Herrera
2015-03-30
Fix lost persistence setting during REINDEX INDEX
Alvaro Herrera
2015-03-30
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-30
Fix rare core dump in BackendIdGetTransactionIds().
Tom Lane
2015-03-30
Add index-only scan support to range type GiST opclass.
Heikki Linnakangas
2015-03-30
Clean up all the cruft after a pg_rewind test run.
Tom Lane
2015-03-30
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-29
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-29
Make ginbuild's funcCtx be independent of its tmpCtx.
Tom Lane
2015-03-29
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-03-29
Minor code cleanups in pgbench expression support.
Tom Lane
2015-03-28
Better fix for misuse of Float8GetDatumFast().
Tom Lane
2015-03-28
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-03-28
Use standard librart sqrt function in pg_stat_statements
Andrew Dunstan
2015-03-28
Add index-only scan support to inet GiST opclass.
Heikki Linnakangas
2015-03-27
Fix whitespace
Peter Eisentraut
2015-03-27
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-27
Fix portability issues with stddev in pg_stat_statements
Andrew Dunstan
2015-03-27
Add stats for min, max, mean, stddev times to pg_stat_statements.
Andrew Dunstan
2015-03-26
Minor refactoring of btree_gist code.
Heikki Linnakangas
2015-03-26
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
Minor cleanup of GiST code, for readability.
Heikki Linnakangas
2015-03-26
Suppress some unused-variable complaints in new LOCK_DEBUG code.
Tom Lane
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-25
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-25
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
Upgrade src/port/rint.c to be POSIX-compliant.
Tom Lane
2015-03-25
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
Add OID output argument to DefineTSConfiguration
Alvaro Herrera
2015-03-25
Fix bug for array-formatted identities of user mappings
Alvaro Herrera
2015-03-25
Fix gram.y comment to match reality
Alvaro Herrera
2015-03-25
Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
Bruce Momjian
[next]