aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Tag 8.4.6.REL8_4_6Marc G. Fournier2010-12-13
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Tag 8.4.5REL8_4_5Marc G. Fournier2010-10-01
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-30
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* tag 8.4.4REL8_4_4Marc G. Fournier2010-05-14
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* tag 8.4.3REL8_4_3Marc G. Fournier2010-03-12
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-07
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* tag for 8.4.2REL8_4_2Marc G. Fournier2009-12-10
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Fix snapshot management, take two.Alvaro Herrera2009-10-07
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-06
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-02
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Tag 8.4.1REL8_4_1Marc G. Fournier2009-09-04
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparisonTom Lane2009-08-23
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-08-11
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-20
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-18
* Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane2009-07-06
* Add missed src/include/foreign subdirectory to the set installed intoTom Lane2009-07-01
* Bundle v8.4.0Marc G. Fournier2009-06-27
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26