2011-01-21 |
Robert Haas | Make ALTER TABLE revalidate uniqueness and exclusion... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Peter Eisentraut | Fix wrong comment |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Peter Eisentraut | Factor out functions responsible for caching I/O routines |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Robert Haas | Add new psql command \dL to list languages. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Robert Haas | Document that WITH queries are also called Common Table... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Tom Lane | Show correct datatype for pg_class.relpersistence,... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Peter Eisentraut | Add braces around an if block, for readability |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Free plan values in the PLyPlanObject dealloc function |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Improve message for errors in compiling anonymous PL... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Use PyObject_New instead of PyObject_NEW |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Skip dropped attributes when converting Python objects... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Use palloc in TopMemoryContext instead of malloc |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Peter Eisentraut | Fix an error when a set-returning function fails halfwa... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruce Momjian | In test_fsync, adjust test headings to match wal_sync_m... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Tom Lane | Avoid detoast in texteq/textne/byteaeq/byteane for... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Magnus Hagander | Log replication connections only when log_connections... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Heikki Linnakangas | Fix thinko in comment. Spotted by Jim Nasby. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruce Momjian | Remove "github test" that somehow got into my tree... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruce Momjian | In the docs, better distinguish server from client... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Bruce Momjian | github test |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Peter Eisentraut | Use HTABs instead of Python dictionary objects to cache... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Tom Lane | Fix miscalculation of itemsafter in array_set_slice(). |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Alvaro Herrera | Increment Py_None refcount for NULL array elements |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Bruce Momjian | Add getopt() support to test_fsync; also fix printf... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Magnus Hagander | Set fallback_application_name in walreceiver |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Heikki Linnakangas | Before exiting walreceiver, fsync() all the WAL received. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Bruce Momjian | In test_fsync, use #define for printf format of ops... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Bruce Momjian | Use O_DIRECT in O_SYNC test of different size. Restruc... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | Reverse number of stars used for test_fsync details. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | In test_fsync, warn about options without o_direct... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Tom Lane | Move a couple of declarations to reflect where the... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Tom Lane | Add .gitignore to silence git complaints about parser... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | Have test_fsync output details that fdatasync is the... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | Restructure test_fync to use modular C so there is... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Magnus Hagander | Enumerate available tablespaces after starting the... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | Improve output display of test_fsync. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruce Momjian | Apply patch for test_fsync to add tests for O_DIRECT. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Heikki Linnakangas | Treat a WAL sender process that hasn't started streamin... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Magnus Hagander | Use a lexer and grammar for parsing walsender commands |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Magnus Hagander | Exit from base backups when shutdown is requested |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Tom Lane | Code review for postmaster.pid contents changes. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Tom Lane | Revert incorrect memory-conservation hack in inheritanc... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Magnus Hagander | Make sure walsender state is only read while holding... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bruce Momjian | More libpq documentation adjustments from Leslie S... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Heikki Linnakangas | Fix the logic in libpqrcv_receive() to determine if... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Peter Eisentraut | Workaround for recursive make breakage |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Peter Eisentraut | Don't run regression tests in SQL_ASCII encoding by... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Bruce Momjian | Apply libpq documentation patches submitted by Leslie... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Tom Lane | Fix PlanRowMark/ExecRowMark structures to handle inheri... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Robert Haas | Revert patch adding support for logging the current... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Robert Haas | Add support for logging the current role. |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Andrew Dunstan | Unbreak regression tests, apparently broken by commit... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Peter Eisentraut | Re-add recursive coverage target in src/backend/ |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Peter Eisentraut | Add some subsection headings |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Magnus Hagander | Track walsender state in shared memory and expose in... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Magnus Hagander | Add missing function prototype, for consistency |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Tom Lane | Adjust basebackup.c to suppress compiler warnings. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Tom Lane | Tweak create_index_paths()'s test for whether to consid... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Magnus Hagander | Typo fix |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Magnus Hagander | Reset walsender ps title in the main loop |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Magnus Hagander | Set process title to indicate base backup is running |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Heikki Linnakangas | Leave temporary files out of streaming base backups. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bruce Momjian | A toast relid field are no longer needed in pg_upgrade... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Magnus Hagander | Backend support for streaming base backups |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Update contrib/pg_trgm for new GIN extractQuery API. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Update contrib/hstore for new GIN extractQuery API. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Improve comment. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Magnus Hagander | Split pg_start_backup() and pg_stop_backup() into two... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Heikki Linnakangas | Fix crash in the new GiST insertion code, when an updat... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Fix up core tsquery GIN support for new extractQuery... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Use array_contains_nulls instead of ARR_HASNULL on... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Magnus Hagander | Ensure the directory for gram.h is created on win32 |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Magnus Hagander | Properly install gram.h on MSVC builds |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Magnus Hagander | Add pgreadlink() on Windows to read junction points |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Michael Meskes | There is no need to have to identical functions in... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Fix assorted corner-case bugs in contrib/intarray. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Add array_contains_nulls() function in arrayfuncs.c. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tom Lane | Fix up gincostestimate for new extractQuery API. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Michael Meskes | In ecpg's parser removed a fixed length limit for const... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Remove pg_am.amindexnulls. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Refactor GIN's handling of duplicate search entries. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | In pg_upgrade, remove functions that did sequential... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | In pg_upgrade, clarify use of install_db_support_functi... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | In pg_upgrade, remove unnecessary separate handling... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Robert Haas | Remove bogus claims regarding createuser defaults. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Update GIN support function definitions for contrib... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | Document why pg_upgrade preserves pg_auth.oid (because... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | More pg_upgrade relfilenode C comments added. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | Simplify pg_upgrade C comment about what is preserved. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | In pg_upgrade, track only one copy of namespace/relname... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | Fix C indenting in pg_upgrade function. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | Fix pg_upgrade of large object permissions by preservin... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Bruce Momjian | Force pg_upgrade's to preserve pg_class.oid, not pg_cla... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Ooops, forgot to fix contrib/tsearch2's references... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Fix the built-in GIN support procedure declarations... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Tom Lane | Fix GIN to support null keys, empty and null items... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Robert Haas | Document pg_stat_replication, bump catversion since... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Robert Haas | Improve recovery.conf.sample comments. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Itagaki Takahiro | New system view pg_stat_replication displays activity... |
commit | commitdiff | tree | snapshot |
next |