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
*
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
*
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-03
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Fix bug in the new GIN incomplete-split code.
Heikki Linnakangas
2014-04-01
*
Remove dead check for backup block, replace with Assert.
Heikki Linnakangas
2014-04-01
*
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-01
*
Mark FastPathStrongRelationLocks volatile.
Robert Haas
2014-03-31
*
Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.
Robert Haas
2014-03-31
*
Fix thinko in logical decoding code.
Robert Haas
2014-03-31
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
*
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-31
*
Adjust getpwuid() fix commit to display errno string on failure
Bruce Momjian
2014-03-28
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
*
Un-break peer authentication.
Tom Lane
2014-03-28
*
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-27
*
Fix uninitialized variables in json's populate_record_worker().
Andrew Dunstan
2014-03-26
*
Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.
Heikki Linnakangas
2014-03-26
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
*
Fix 'recheck' flag in tsquery's GIN tri-consistent function.
Heikki Linnakangas
2014-03-26
[next]