index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-04
*
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
*
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-02
*
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
*
Don't test for system columns on join relations
Alvaro Herrera
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-02
*
Fix typos in comments
Magnus Hagander
2016-02-01
*
Fix misspelled function name in comment.
Heikki Linnakangas
2016-02-01
*
Fix whitespace
Peter Eisentraut
2016-01-30
*
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
*
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-27
*
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
*
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-24
*
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-24
*
Still further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
*
Improve cross-platform consistency of Inf/NaN handling in trig functions.
Tom Lane
2016-01-22
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Make extract() do something more reasonable with infinite datetimes.
Tom Lane
2016-01-21
*
Suppress compiler warning.
Tom Lane
2016-01-21
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Refactor headers to split out standby defs
Simon Riggs
2016-01-20
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Add explicit cast to amcostestimate call.
Tom Lane
2016-01-17
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Re-pgindent a few files.
Tom Lane
2016-01-17
*
Fix spelling mistakes.
Robert Haas
2016-01-14
[next]