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
2016-02-05
Fix typo in comment.
Robert Haas
2016-02-05
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
Fix small goof in comment.
Robert Haas
2016-02-05
Fix typo.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-05
Improve error message
Peter Eisentraut
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-04
In pg_dump, ensure that view triggers are processed after view rules.
Tom Lane
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
Add support for systemd service notifications
Peter Eisentraut
2016-02-03
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
Remove printQueryOpt.quote field.
Tom Lane
2016-02-02
Don't test for system columns on join relations
Alvaro Herrera
2016-02-02
Remove unnecessary "implementation of FOO operator" DESCR() entries.
Tom Lane
2016-02-02
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
Fix typo in comment
Magnus Hagander
2016-02-02
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-01
pgbench: allow per-script statistics
Alvaro Herrera
2016-02-01
pgbench: Install guards against obscure overflow conditions.
Robert Haas
2016-02-01
Various fixes to "ALTER ... SET/RESET" tab completions
Fujii Masao
2016-02-01
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-02-01
Fix typos in comments
Magnus Hagander
2016-02-01
Fix misspelled function name in comment.
Heikki Linnakangas
2016-01-30
Fix whitespace
Peter Eisentraut
2016-01-29
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
pgbench: refactor handling of stats tracking
Alvaro Herrera
2016-01-29
Fix incorrect pattern-match processing in psql's \det command.
Tom Lane
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
Fix typos in comments and doc
Fujii Masao
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-28
Assert that create_unique_path returns non-NULL.
Robert Haas
2016-01-28
Fix cross-version pg_dump for aggregate combine functions.
Robert Haas
2016-01-27
Fix volatility marking of pg_size_pretty function
Fujii Masao
2016-01-27
pgbench: improve multi-script support
Alvaro Herrera
2016-01-27
Mostly mechanical cleanup of pgbench
Alvaro Herrera
2016-01-26
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-26
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-26
Various fixes to REFRESH MATERIALIZED VIEW tab completion.
Kevin Grittner
2016-01-25
Revert "Fix broken multibyte regression tests."
Tatsuo Ishii
2016-01-24
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-24
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Still further adjust degree-based trig functions for more portability.
Tom Lane
[next]