| Commit message (Expand) | Author | Age |
* | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane | 2009-10-31 |
* | Fix AcquireRewriteLocks to be sure that it acquires the right lock strength | Tom Lane | 2009-10-28 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 |
* | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas | 2009-10-26 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane | 2009-10-21 |
* | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 |
* | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander | 2009-10-17 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera | 2009-10-13 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |
* | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Use pg_get_triggerdef in pg_dump | Peter Eisentraut | 2009-10-09 |
* | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane | 2009-10-08 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Fix snapshot management, take two. | Alvaro Herrera | 2009-10-07 |
* | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane | 2009-10-03 |
* | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane | 2009-10-02 |
* | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera | 2009-10-02 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 |
* | Remove no-longer-needed ExecCountSlots infrastructure. | Tom Lane | 2009-09-27 |
* | Replace the array-style TupleTable data structure with a simple List of | Tom Lane | 2009-09-27 |
* | 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 |