2011-01-29 |
Bruce Momjian | Properly capitalize documentation headings; some only... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Tom Lane | Make installation.sgml build standalone again. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Magnus Hagander | Use GSSAPI library for SSPI auth, when native SSPI... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Robert Haas | Try to avoid running with a full fsync request queue. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Tom Lane | Copy-edit a paragraph in the contrib/seg documentation. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Rephrase pg_conversion description to avoid splitting... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Prevent buffer overrun while parsing an integer in... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Don't include <asm/ia64regs.h> unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes for releases 9.0.3, 8.4.7, 8.3... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Heikki Linnakangas | Update psql's \copyright to match the text we have... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Improve grammar and spelling in durability discussion. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bruce Momjian | Update non-durable docs about non-synchronous-commit... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Robert Haas | Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bruce Momjian | Restructure streaming docs so streaming seems more... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Change inv_truncate() to not repeat its systable_getnex... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Use -Wformat-security when available |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | autoreconf |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Do not prefix error messages with the string "PL/Python: " |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Improve exception usage in PL/Python |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Also save the error detail in SPIError |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Per Peter E, use 'kB' for kilobyte, not 'K'. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | In pg_test_fsync, use K(1024) rather than k(1000) for... |
commit | commitdiff | tree | snapshot |
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 |
next |