2011-01-26 |
Bruce Momjian | Update contrib documention mentions to point to actual... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Update sync commit performance documentation to be... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Itagaki Takahiro | Make 'on' uppercase in a sql example. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Robert Haas | Add a comment explaining why we force physical removal... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Robert Haas | Remove arbitrary ALTER TABLE .. ADD COLUMN restriction. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Update warning about synchronous-commit durability... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Robert Haas | Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Remove old claim that ExclusiveLock is sometimes taken... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Robert Haas | Fix thinko in ALTER FOREIGN TABLE documentation. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Replace pg_class.relhasexclusion with pg_index.indisexc... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Magnus Hagander | Typo fix for MemSet size. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | Use consistent spacing for PGAPPICON Makefile option. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | Use XLOG_BLCKSZ in pg_test_fsync, rather than our own... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | In test_open_sync(), writes kilobytes as intended,... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Document the "S" option for psql's \dn command in the... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Call PLy_spi_execute_fetch_result inside the try/catch... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Refactor PLy_spi_prepare to save two levels of indentation |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | More documentation cleanup for sepgsql. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Heikki Linnakangas | Fix typo in the psql \d query handling, so that we... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Magnus Hagander | Exclude sepgsql from MSVC regression testing as well |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Heikki Linnakangas | Silence compiler warning about uninitialized variable... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | PGXS support for contrib/hstore |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | Blind attempt to exclude sepgsql from MSVC build system. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | First round of cleanup of sepgsql code and documentation. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | sepgsql, an SE-Linux integration for PostgreSQL |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Make walsender options order-independent |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Reorder includes to unbreak MSVC |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Heikki Linnakangas | Add 'directory' format to pg_dump. The new directory... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Fix another portability issue in pg_basebackup. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Improve getObjectDescription's display of pg_amop and... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Revert "Factor out functions responsible for caching... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Add .gitignore file to silence complaints about pg_base... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Andrew Dunstan | Silence flex warnings about DOS file paths in MSVC... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Use pg_strcasecmp instead of strcasecmp for portability |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Only show pg_stat_replication details to superusers |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | filemode is parsed on win32 even if never used |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Add pg_basebackup tool for streaming base backups |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Robert Haas | Code cleanup for assign_transaction_read_only. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Quick hack to un-break plpython regression tests. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Allow the wal_buffers setting to be auto-tuned to a... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress "control reaches end of non-void function... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress possibly-uninitialized-variable warnings from... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Peter Eisentraut | Get rid of the global variable holding the error state |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | More pg_test_fsync fixups. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress unused-variables warning when OPEN_SYNC_FLAG... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Magnus Hagander | Link libpgport into pg_test_fsync on msvc |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Robert Haas | Avoid treating WAL senders as normal backends. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Robert Haas | Code cleanup for assign_XactIsoLevel. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | More pg_test_fsync cleanup. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Clean up pg_test_fsync commit. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Tom Lane | Fix broken markup, also minor copy-editing. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Peter Eisentraut | Correctly add exceptions to the plpy module for Python 3 |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Robert Haas | Emphasize where OVER needs to be when using a window... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Bruce Momjian | Update SGML docs to point to new /contrib/pg_test_fsync. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Bruce Momjian | Update C banner on new pg_test_fsync file. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Bruce Momjian | Move test_fsync to /contrib. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Heikki Linnakangas | Don't require usage privileges on the foreign data... |
commit | commitdiff | tree | snapshot |
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 |
next |