| 2012-02-14 |
Tom Lane | Preserve column names in the execution-time tupledesc... |
commit | commitdiff | tree |
| 2012-02-14 |
Bruce Momjian | Document random page cost is only 4x seqeuntial, and... |
commit | commitdiff | tree |
| 2012-02-14 |
Bruce Momjian | Document that the pg_test_fsync defaults allow the... |
commit | commitdiff | tree |
| 2012-02-14 |
Bruce Momjian | Change contrib/pg_test_fsync to control tests in terms... |
commit | commitdiff | tree |
| 2012-02-14 |
Robert Haas | Remove new, intermittently failing regression test. |
commit | commitdiff | tree |
| 2012-02-14 |
Robert Haas | Fix new create_function_3 regression tests not to rely... |
commit | commitdiff | tree |
| 2012-02-14 |
Robert Haas | Allow LEAKPROOF functions for better performance of... |
commit | commitdiff | tree |
| 2012-02-14 |
Bruce Momjian | Improve labeling of pg_test_fsync open_sync test output. |
commit | commitdiff | tree |
| 2012-02-13 |
Michael Meskes | Do not use the variable name when defining a varchar... |
commit | commitdiff | tree |
| 2012-02-13 |
Andrew Dunstan | Fix auto-explain JSON output to be valid JSON. |
commit | commitdiff | tree |
| 2012-02-13 |
Heikki Linnakangas | Fix heap_multi_insert to set t_self field in the caller... |
commit | commitdiff | tree |
| 2012-02-13 |
Heikki Linnakangas | Silence warning about deprecated assignment to $[ in... |
commit | commitdiff | tree |
| 2012-02-11 |
Tom Lane | Fix I/O-conversion-related memory leaks in plpgsql. |
commit | commitdiff | tree |
| 2012-02-10 |
Tom Lane | Fix oversight in pg_dump's handling of extension config... |
commit | commitdiff | tree |
| 2012-02-10 |
Tom Lane | Fix brain fade in previous pg_dump patch. |
commit | commitdiff | tree |
| 2012-02-10 |
Tom Lane | Fix pg_dump for better handling of inherited columns. |
commit | commitdiff | tree |
| 2012-02-10 |
Tom Lane | Add ORDER BY to a query to prevent occasional regressio... |
commit | commitdiff | tree |
| 2012-02-09 |
Peter Eisentraut | psql: Support zero byte field and record separators |
commit | commitdiff | tree |
| 2012-02-09 |
Robert Haas | Attempt to fix MSVC builds and other fls-related breakage. |
commit | commitdiff | tree |
| 2012-02-09 |
Robert Haas | Add a comment to AdjustIntervalForTypmod to reduce... |
commit | commitdiff | tree |
| 2012-02-09 |
Robert Haas | Improve interval_transform function to detect a few... |
commit | commitdiff | tree |
| 2012-02-09 |
Magnus Hagander | Have pg_receivexlog always send an invalid log position... |
commit | commitdiff | tree |
| 2012-02-09 |
Heikki Linnakangas | Add new keywords SNAPSHOT and TYPES to the keyword... |
commit | commitdiff | tree |
| 2012-02-08 |
Tom Lane | Throw error sooner for unlogged GiST indexes. |
commit | commitdiff | tree |
| 2012-02-08 |
Tom Lane | Fix up dumping conditions for extension configuration... |
commit | commitdiff | tree |
| 2012-02-08 |
Tom Lane | Check misplaced window functions before checking aggreg... |
commit | commitdiff | tree |
| 2012-02-08 |
Tom Lane | Support min/max index optimizations on boolean columns. |
commit | commitdiff | tree |
| 2012-02-08 |
Tom Lane | Mark some more I/O-conversion-invoking functions as... |
commit | commitdiff | tree |
| 2012-02-08 |
Robert Haas | Add transform functions for various temporal typmod... |
commit | commitdiff | tree |
| 2012-02-08 |
Heikki Linnakangas | Rename LWLockWaitUntilFree to LWLockAcquireOrWait. |
commit | commitdiff | tree |
| 2012-02-08 |
Robert Haas | Fix typos pointed out by Noah Misch. |
commit | commitdiff | tree |
| 2012-02-08 |
Bruce Momjian | Add opensp as a requirement for building the docs on... |
commit | commitdiff | tree |
| 2012-02-07 |
Peter Eisentraut | pg_dump: Add some const qualifiers |
commit | commitdiff | tree |
| 2012-02-07 |
Peter Eisentraut | pg_regress: Use target-specific variable instead of... |
commit | commitdiff | tree |
| 2012-02-07 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
| 2012-02-07 |
Robert Haas | Support fls(). |
commit | commitdiff | tree |
| 2012-02-07 |
Robert Haas | Add a transform function for varbit typmod coercisions. |
commit | commitdiff | tree |
| 2012-02-07 |
Robert Haas | Add a transform function for numeric typmod coercisions. |
commit | commitdiff | tree |
| 2012-02-07 |
Robert Haas | Add TIMING option to EXPLAIN, to allow eliminating... |
commit | commitdiff | tree |
| 2012-02-07 |
Robert Haas | pg_dump: Further reduce reliance on global variables. |
commit | commitdiff | tree |
| 2012-02-07 |
Peter Eisentraut | createuser: Disable prompting by default |
commit | commitdiff | tree |
| 2012-02-07 |
Heikki Linnakangas | When building with LWLOCK_STATS, initialize the stats... |
commit | commitdiff | tree |
| 2012-02-06 |
Tom Lane | Fix postmaster to attempt restart after a hot-standby... |
commit | commitdiff | tree |
| 2012-02-06 |
Michael Meskes | Allow the connection keyword array to carry all seven... |
commit | commitdiff | tree |
| 2012-02-06 |
Tom Lane | Avoid throwing ERROR during WAL replay of DROP TABLESPACE. |
commit | commitdiff | tree |
| 2012-02-06 |
Robert Haas | pg_dump: Remove global Archive pointer. |
commit | commitdiff | tree |
| 2012-02-06 |
Robert Haas | pg_dump: Reduce dependencies on global variables. |
commit | commitdiff | tree |
| 2012-02-06 |
Tom Lane | Add locking around WAL-replay modification of shared... |
commit | commitdiff | tree |
| 2012-02-06 |
Robert Haas | Remove dead declaration. |
commit | commitdiff | tree |
| 2012-02-06 |
Alvaro Herrera | fe-misc.c depends on pg_config_paths.h |
commit | commitdiff | tree |
| 2012-02-05 |
Tom Lane | Fix transient clobbering of shared buffers during WAL... |
commit | commitdiff | tree |
| 2012-02-05 |
Tom Lane | Improve comment. |
commit | commitdiff | tree |
| 2012-02-05 |
Tom Lane | Add missing Assert and fix inaccurate elog message... |
commit | commitdiff | tree |
| 2012-02-05 |
Tom Lane | Allow SQL-language functions to reference parameters... |
commit | commitdiff | tree |
| 2012-02-04 |
Tom Lane | Revert "Add some regression test cases for denormalized... |
commit | commitdiff | tree |
| 2012-02-04 |
Bruce Momjian | Remove tabs in SGML file. |
commit | commitdiff | tree |
| 2012-02-04 |
Michael Meskes | Applied Peter's patch to PQconnectdbParams in ecpglib... |
commit | commitdiff | tree |
| 2012-02-03 |
Andrew Dunstan | Add array_to_json and row_to_json functions. |
commit | commitdiff | tree |
| 2012-02-02 |
Peter Eisentraut | ecpg: Improve test building |
commit | commitdiff | tree |
| 2012-02-02 |
Robert Haas | Allow spgist's text_ops to handle pattern-matching... |
commit | commitdiff | tree |
| 2012-02-02 |
Robert Haas | Avoid re-checking for visibility map extension too... |
commit | commitdiff | tree |
| 2012-02-01 |
Peter Eisentraut | initdb: Add options --auth-local and --auth-host |
commit | commitdiff | tree |
| 2012-02-01 |
Peter Eisentraut | psql: Case preserving completion of SQL key words |
commit | commitdiff | tree |
| 2012-02-01 |
Tom Lane | Add some regression test cases for denormalized float8... |
commit | commitdiff | tree |
| 2012-02-01 |
Tom Lane | Try to be more consistent about accepting denormalized... |
commit | commitdiff | tree |
| 2012-02-01 |
Alvaro Herrera | Implement dry-run mode for pg_archivecleanup |
commit | commitdiff | tree |
| 2012-02-01 |
Magnus Hagander | Properly free the sslcompression field in PGconn |
commit | commitdiff | tree |
| 2012-02-01 |
Tom Lane | Code review for plpgsql fn_signature patch. |
commit | commitdiff | tree |
| 2012-01-31 |
Peter Eisentraut | psql: Reduce the amount of const lies a bit |
commit | commitdiff | tree |
| 2012-01-31 |
Peter Eisentraut | pg_dump: Add GCC noreturn attribute to appropriate... |
commit | commitdiff | tree |
| 2012-01-31 |
Robert Haas | Adjust expected regression test outputs for PL/python. |
commit | commitdiff | tree |
| 2012-01-31 |
Robert Haas | Catversion bump for JSON patch. |
commit | commitdiff | tree |
| 2012-01-31 |
Robert Haas | Built-in JSON data type. |
commit | commitdiff | tree |
| 2012-01-31 |
Heikki Linnakangas | Print function signature, not just name, in PL/pgSQL... |
commit | commitdiff | tree |
| 2012-01-30 |
Heikki Linnakangas | Fix bug in the new wait-until-lwlock-is-free mechanism. |
commit | commitdiff | tree |
| 2012-01-30 |
Peter Eisentraut | Add sequence USAGE privileges to information schema |
commit | commitdiff | tree |
| 2012-01-30 |
Peter Eisentraut | PL/Python: Add result metadata functions |
commit | commitdiff | tree |
| 2012-01-30 |
Peter Eisentraut | Use abort() instead of exit() to abort library functions |
commit | commitdiff | tree |
| 2012-01-30 |
Robert Haas | Remove prototype for nonexistent function. |
commit | commitdiff | tree |
| 2012-01-30 |
Heikki Linnakangas | Make group commit more effective. |
commit | commitdiff | tree |
| 2012-01-30 |
Simon Riggs | Minor bug fix and cleanup from self-review of sync... |
commit | commitdiff | tree |
| 2012-01-30 |
Simon Riggs | Various minor comments changes from bgwriter to checkpo... |
commit | commitdiff | tree |
| 2012-01-30 |
Heikki Linnakangas | Accept a non-existent value in "ALTER USER/DATABASE... |
commit | commitdiff | tree |
| 2012-01-30 |
Tom Lane | Assorted comment fixes, mostly just typos, but some... |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Tweak index costing for problems with partial indexes. |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Fix pushing of index-expression qualifications through... |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Add caution about multiple unique indexes breaking... |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Update statement about sorting of character-string... |
commit | commitdiff | tree |
| 2012-01-29 |
Tom Lane | Fix handling of init_plans list in inheritance_planner(). |
commit | commitdiff | tree |
| 2012-01-28 |
Tom Lane | Add simple tests of EvalPlanQual using the isolationtes... |
commit | commitdiff | tree |
| 2012-01-28 |
Tom Lane | Fix handling of data-modifying CTE subplans in EvalPlan... |
commit | commitdiff | tree |
| 2012-01-28 |
Magnus Hagander | Prevent logging "failed to stat file: success" for... |
commit | commitdiff | tree |
| 2012-01-28 |
Tom Lane | Fix error detection in contrib/pgcrypto's encrypt_iv... |
commit | commitdiff | tree |
| 2012-01-28 |
Tom Lane | Undo 8.4-era lobotomization of subquery pullup rules. |
commit | commitdiff | tree |
| 2012-01-28 |
Tom Lane | Use parameterized paths to generate inner indexscans... |
commit | commitdiff | tree |
| 2012-01-27 |
Peter Eisentraut | Show default privileges in information schema |
commit | commitdiff | tree |
| 2012-01-27 |
Peter Eisentraut | Revert unfortunate whitespace change |
commit | commitdiff | tree |
| 2012-01-27 |
Peter Eisentraut | Disallow ALTER DOMAIN on non-domain type everywhere |
commit | commitdiff | tree |
| 2012-01-27 |
Peter Eisentraut | Hide most variable-length fields from Form_pg_* structs |
commit | commitdiff | tree |
| next |