| Commit message (Expand) | Author | Age |
* | Simplify the bootstrap (BKI) code by getting rid of a useless table of all | Tom Lane | 2009-09-27 |
* | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane | 2009-09-26 |
* | Unicode escapes in E'...' strings | Peter Eisentraut | 2009-09-22 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 |
* | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane | 2009-09-13 |
* | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane | 2009-09-12 |
* | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut | 2009-09-09 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane | 2009-09-08 |
* | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander | 2009-09-07 |
* | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas | 2009-09-04 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Force VACUUM to recalculate oldestXmin even when we haven't changed our | Tom Lane | 2009-09-01 |
* | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | Tom Lane | 2009-09-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane | 2009-09-01 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | Make TRUNCATE do truncate-in-place when processing a relation that was created | Tom Lane | 2009-08-23 |
* | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane | 2009-08-23 |
* | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 |
* | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev | 2009-08-18 |
* | Remove stray character in type description | Peter Eisentraut | 2009-08-13 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Support EEEE (scientific notation) in to_char(). | Tom Lane | 2009-08-10 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Remove long-since-unused file commands/version.h. | Tom Lane | 2009-08-07 |
* | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 |
* | Improve error messages in md.c. When a filesystem operation like open() or | Heikki Linnakangas | 2009-08-05 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Cause pg_proc.probin to be declared as text, not bytea. Everything was | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 |
* | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | Add s_lock support for SuperH architecture. | Tom Lane | 2009-07-27 |
* | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 |
* | Assorted minor refactoring in EXPLAIN. | Tom Lane | 2009-07-24 |
* | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 |
* | Change do_tup_output() to take Datum/isnull arrays instead of a char * array, | Tom Lane | 2009-07-22 |