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