aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-03
* 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
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-27
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-27
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-26
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-22
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-17
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-13
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-08
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-07
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-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
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-01
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane2009-09-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-01
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* Make TRUNCATE do truncate-in-place when processing a relation that was createdTom Lane2009-08-23
* 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
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-18
* Remove stray character in type descriptionPeter Eisentraut2009-08-13
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-10
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Remove long-since-unused file commands/version.h.Tom Lane2009-08-07
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-05
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Cause pg_proc.probin to be declared as text, not bytea. Everything wasTom Lane2009-08-04
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Merge the Constraint and FkConstraint node types into a single type.Tom Lane2009-07-30