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
*
Fix typo
Magnus Hagander
2014-04-18
*
report stat() error in trigger file check
Bruce Momjian
2014-04-17
*
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
*
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
*
Fix object identities for text search objects
Alvaro Herrera
2014-04-16
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
*
Try to fix spurious DSM failures on Windows.
Robert Haas
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-16
*
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
*
Remove dead checks for invalid left page in ginDeletePage.
Heikki Linnakangas
2014-04-14
*
GIN entry pages follow the standard page layout - tell XLogInsert.
Heikki Linnakangas
2014-04-14
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
*
Make a dedicated AlterTblSpcStmt production
Stephen Frost
2014-04-13
*
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Fix bugs in GIN "fast scan" with partial match.
Heikki Linnakangas
2014-04-10
*
C comment: track_activity_query_size doesn't support memory units
Bruce Momjian
2014-04-10
*
Fix typo in comment.
Heikki Linnakangas
2014-04-10
*
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-10
*
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
*
Add missing include.
Robert Haas
2014-04-09
*
Fix silly oversight in patch to remove dsm state file.
Robert Haas
2014-04-08
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Fix hot standby bug with GiST scans.
Heikki Linnakangas
2014-04-08
*
Zero padding byte at end of GIN posting list.
Heikki Linnakangas
2014-04-07
*
Remove 'make clean' support for ipc_test.
Robert Haas
2014-04-07
*
Assert that strong-lock count is >0 everywhere it's decremented.
Robert Haas
2014-04-07
*
Remove ipc_test.
Robert Haas
2014-04-07
*
Fix WAL replay bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-07
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
*
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-05
*
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-04-05
*
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-04-04
*
Allow "-C variable" and "--describe-config" even to root users.
Tom Lane
2014-04-04
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-04-04
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
Move multixid allocation out of critical section.
Heikki Linnakangas
2014-04-04
*
In checkpoint, move the check for in-progress xacts out of critical section.
Heikki Linnakangas
2014-04-04
*
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
[next]