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
*
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
*
Translation updates
Peter Eisentraut
2013-06-24
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-20
*
Support TB (terabyte) memory unit in GUC variables.
Fujii Masao
2013-06-20
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
*
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-15
*
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
*
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-13
*
Refactor checksumming code to make it easier to use externally.
Tom Lane
2013-06-13
*
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-13
*
Avoid reading past datum end when parsing JSON.
Noah Misch
2013-06-12
*
Avoid reading below the start of a stack variable in tokenize_file().
Noah Misch
2013-06-12
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
*
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
*
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-12
*
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-11
*
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
*
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Tom Lane
2013-06-09
*
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-06-09
*
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-08
*
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-08
*
Fix typo in comment.
Heikki Linnakangas
2013-06-06
*
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-06
*
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-05
*
Update SQL features list
Peter Eisentraut
2013-06-05
*
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-05
*
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-06-04
*
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-04
*
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
*
Additional spelling corrections
Stephen Frost
2013-06-03
*
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-03
*
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-06-02
*
Minor spelling fixes
Stephen Frost
2013-06-01
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
*
Remove whitespace from end of lines
Peter Eisentraut
2013-05-30
*
Minor spell checking
Peter Eisentraut
2013-05-30
*
postgresql.conf.sample: Improve whitespace
Peter Eisentraut
2013-05-29
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Print line number correctly in COPY.
Heikki Linnakangas
2013-05-23
*
After fast promotion use CHECKPOINT_FORCE
Simon Riggs
2013-05-21
*
Maintain ThisTimeLineID correctly in checkpointer
Simon Riggs
2013-05-21
*
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
2013-05-19
*
Init crash recovery using the latest available TLI
Simon Riggs
2013-05-19
*
Emit msg correctly for timeline-crossing crash
Simon Riggs
2013-05-19
[next]