index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
*
Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().
Tom Lane
2016-03-27
*
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
*
Fix LWLockReportWaitEnd() parameter list to be (void).
Andres Freund
2016-03-27
*
pg_rewind: Close backup_label file descriptor.
Andres Freund
2016-03-27
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-27
*
First-draft release notes for 9.5.2.
Tom Lane
2016-03-26
*
Modernize zic's test for valid timezone abbreviations.
Tom Lane
2016-03-26
*
Avoid a couple of zero-divide scenarios in the planner.
Tom Lane
2016-03-26
*
Update time zone data files to tzdata release 2016c.
Tom Lane
2016-03-25
*
Fix PL/Tcl for vpath builds.
Tom Lane
2016-03-25
*
Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.
Tom Lane
2016-03-25
*
In PL/Tcl, make database errors return additional info in the errorCode.
Tom Lane
2016-03-25
*
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-25
*
Don't split up SRFs when choosing to postpone SELECT output expressions.
Tom Lane
2016-03-25
*
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-24
*
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
*
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
*
Suppress compiler warning for get_am_type_string().
Tom Lane
2016-03-24
*
Add missed inclusion requirement in Mkvcbuild.pm.
Tom Lane
2016-03-24
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Improve documentation for combine functions.
Robert Haas
2016-03-24
*
Use correct GetDatum function.
Robert Haas
2016-03-24
*
Avoid PGDLLIMPORT for simple local references in frontend programs.
Tom Lane
2016-03-23
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
*
postgres_fdw: Fix crash when pushing down multiple joins.
Robert Haas
2016-03-23
*
Partition the freelist for shared dynahash tables.
Robert Haas
2016-03-23
*
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
*
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
*
Change comment to describe correct lock level used
Simon Riggs
2016-03-23
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Improve docs of pg_trgm changes
Teodor Sigaev
2016-03-22
*
Fix typo in docs.
Fujii Masao
2016-03-22
*
Allow the delay in psql's \watch command to be a fractional second.
Tom Lane
2016-03-21
*
Improve header output from psql's \watch command.
Tom Lane
2016-03-21
*
Clean up some Coverity complaints about commit 0bf3ae88af330496.
Tom Lane
2016-03-21
*
Make max_parallel_degree PGC_USERSET.
Robert Haas
2016-03-21
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Properly declare FeBeWaitSet.
Andres Freund
2016-03-21
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
*
Combine win32 and unix latch implementations.
Andres Freund
2016-03-21
*
Second attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Andres Freund
2016-03-21
*
Use %option bison-bridge in psql/pgbench lexers.
Tom Lane
2016-03-20
*
Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Tom Lane
2016-03-20
*
SQL commands in pgbench scripts are now ended by semicolons, not newlines.
Tom Lane
2016-03-20
*
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-19
*
Fix phony .PHONY.
Tom Lane
2016-03-19
[prev]
[next]