aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-27
* Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane2013-12-13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera2013-12-02
* Translation updatesPeter Eisentraut2013-12-02
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-15
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-08
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-07
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Prevent creating window functions with default arguments.Tom Lane2013-11-06
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-05
* Ensure all files created for a single BufFile have the same resource owner.Tom Lane2013-11-01
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Oops. Unbreak the 9.1 build.Heikki Linnakangas2013-10-08
* Fix bugs in SSI tuple locking.Heikki Linnakangas2013-10-08
* Translation updatesPeter Eisentraut2013-10-07
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-07
* Fix snapshot leak if lo_open called on non-existent object.Heikki Linnakangas2013-09-30
* Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas2013-09-26
* Fix pgindent comment breakageAlvaro Herrera2013-09-24
* Ignore interrupts during quickdie().Noah Misch2013-09-11
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane2013-08-03
* Fix old visibility bug in HeapTupleSatisfiesDirtyAlvaro Herrera2013-08-02
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Restore REINDEX constraint validation.Noah Misch2013-07-30
* Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane2013-07-24
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-18
* Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost2013-07-14
* Support clean switchover.Fujii Masao2013-06-26
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Only install a portal's ResourceOwner if it actually has one.Tom Lane2013-06-13
* 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