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
*
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
Bruce Momjian
2012-07-06
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
Forgot an #include in the previous patch :-(
Alvaro Herrera
2012-07-03
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Add missing space in event_source GUC description.
Peter Eisentraut
2012-07-02
*
Fix to_date's handling of year 519.
Tom Lane
2012-07-02
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-30
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-29
*
Make UtilityContainsQuery recurse until it finds a non-utility Query.
Tom Lane
2012-06-27
*
Allow pg_terminate_backend() to be used on backends with matching role.
Robert Haas
2012-06-27
*
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Add more message pluralization
Peter Eisentraut
2012-06-15
*
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
*
Revert "Reduce checkpoints and WAL traffic on low activity database server"
Tom Lane
2012-06-13
*
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-13
*
Support Linux's oom_score_adj API as well as the older oom_adj API.
Tom Lane
2012-06-13
*
Improve documentation of postgres -C option
Peter Eisentraut
2012-06-13
*
Minor code review for json.c.
Tom Lane
2012-06-12
*
Mark JSON error detail messages for translation.
Robert Haas
2012-06-12
*
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-11
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-10
*
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-09
*
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.
Tom Lane
2012-06-07
*
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
*
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-04
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
*
Checkpointer starts before bgwriter to avoid missing fsync requests.
Simon Riggs
2012-06-01
*
Provide interim statistics while in mid-checkpoint.
Simon Riggs
2012-06-01
*
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
*
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
*
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
*
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
*
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
*
Fix two more bugs in fast-path relation locking.
Robert Haas
2012-05-30
*
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
*
Delete the temporary file used in buffered GiST build, after the build.
Heikki Linnakangas
2012-05-30
*
Fix integer overflow bug in GiST buffering build calculations.
Heikki Linnakangas
2012-05-29
[next]