2011-02-16 |
Itagaki Takahiro | Export the external file reader used in COPY FROM as... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Bruce Momjian | Fix bug in 9.1 pg_upgrade processing of old/new relatio... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Fix corner case for binary upgrade: extension functions... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Alvaro Herrera | Make pg_upgrade compile again |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Add CheckTableNotInUse calls in DROP TABLE and DROP... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Bruce Momjian | Adjust pg_upgrade error message, array freeing, and... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Bring hstore's comment into line with style of other... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Robert Haas | Assorted corrections to the patch to add WAL receiver... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Robert Haas | Rename max_predicate_locks_per_transaction. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Peter Eisentraut | Allow make check in PL directories |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Robert Haas | Avoid a few more SET DATA TYPE table rewrites. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Robert Haas | Delete stray word from comment. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Rethink naming of contrib/intagg extension. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Simon Riggs | Additional required docs for pg_constraint catalog... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Simon Riggs | PITR can stop at a named restore point when recovery... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Fix MSVC build scripts for recent extension-related... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Rearrange extension-related views as per recent discussion. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Small improvements to external-projects documentation. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Simon Riggs | Add version-sensitive SQL for psql when constraints... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Fix obsolete references to old-style contrib installati... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Remove no-longer-needed special case hacks in MSVC... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | More fixups for "unpackaged" conversion scripts. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Assorted fixups for "unpackaged" conversion scripts. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Avoid use of CREATE OR REPLACE FUNCTION in extension... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Convert contrib modules to use the extension facility. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Support replacing MODULE_PATHNAME during extension... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Tom Lane | Change the naming convention for extension files to... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Bruce Momjian | Clarify documentation for libpq's PQescapeBytea to... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Bruce Momjian | Back out libpq doc change; not ready yet. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Bruce Momjian | Fix reverse 'if' test in path_is_relative_and_below_cwd... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Tom Lane | Refactor ALTER EXTENSION UPDATE to have cleaner multi... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Bruce Momjian | Properly handle Win32 paths of 'E:abc', which can be... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Peter Eisentraut | DDL support for collations |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Robert Haas | Teach ALTER TABLE .. SET DATA TYPE to avoid some table... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Tom Lane | Clean up installation directory choices for extensions. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Tom Lane | Add support for multiple versions of an extension and... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Alvaro Herrera | Fix comment recently obsoleted |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Robert Haas | Allow tab-completion of :variable even as first word... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Robert Haas | Typo fixes. receivedUpto should be capitalized consist... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Robert Haas | Tweak find_composite_type_dependencies API a bit more. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Alvaro Herrera | Fix isolation tester Makefile so that it runs in a... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Tom Lane | Extend "ALTER EXTENSION ADD object" to permit "DROP... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Alvaro Herrera | Fix the isolation tester compilation on VPATH builds |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Bruce Momjian | Fix "variable not used" warnings when USE_WIDE_UPPER_LO... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Bruce Momjian | Fix pg_get_encoding_from_locale() function call paramet... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Heikki Linnakangas | Send status updates back from standby server to master... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Magnus Hagander | Track last time for statistics reset on databases and... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Magnus Hagander | Use NOWAIT when including WAL in base backup |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Heikki Linnakangas | Allocate all entries in the serializable xid hash up... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Andrew Dunstan | Use correct name and URL for MinGW-w64, error noticed... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Tom Lane | Fix improper matching of resjunk column names for FOR... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Itagaki Takahiro | Fix typo in the documentation. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Tom Lane | Fix pg_upgrade to handle extensions. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Eisentraut | Information schema views for collation support |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Tom Lane | Rethink order of operations for dumping extension membe... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Tom Lane | Implement "ALTER EXTENSION ADD object". |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Bruce Momjian | Remove more SGML tabs. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Bruce Momjian | Remove tabs in SGML file. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Heikki Linnakangas | Fix allocation of RW-conflict pool in the new predicate... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Magnus Hagander | Implement NOWAIT option for BASE_BACKUP command |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Tom Lane | Suppress some compiler warnings in recent commits. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Tom Lane | Fix merge conflict. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Tom Lane | Core support for "extensions", which are packages of... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Peter Eisentraut | Per-column collation support |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Heikki Linnakangas | Fix typo, by Kevin Grittner. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Riggs | Continue long tradition of bumping the catalog version... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Riggs | Named restore points in recovery. Users can record... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Riggs | Basic Recovery Control functions for use in Hot Standby... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Heikki Linnakangas | UINT64_MAX isn't defined on MSVC. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Riggs | Remove rare corner case for data loss when triggering... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Simon Riggs | Extend ALTER TABLE to allow Foreign Keys to be added... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Heikki Linnakangas | Fix copy-pasto in description of pg_serial, and silence... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Robert Haas | Avoid having autovacuum workers wait for relation locks. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Heikki Linnakangas | Oops, forgot to bump catversion in the Serializable... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Heikki Linnakangas | Implement genuine serializable isolation level. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Itagaki Takahiro | Fix a comment for MergeAttributes. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Andrew Dunstan | Supply now required HeUTF8 macro for plperl where it... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Itagaki Takahiro | Fix error messages for FreeFile in COPY command. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Bruce Momjian | remove tags. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Andrew Dunstan | Force strings passed to and from plperl to be in UTF8... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Bruce Momjian | Adjust libpq docs to be clearer about 'hostaddr' usage... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Bruce Momjian | Rename macro DECIMAL to DECIMAL_T to help pgindent... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Magnus Hagander | IDENTIFY_SYSTEM now returns 3 fields, not 2 |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Robert Haas | Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Bruce Momjian | Add C comment about why older compilers complain about... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Andrew Dunstan | Attempt to unbreak MSVC builds after pipe.c move. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Bruce Momjian | Add doc comment that installation.sgml can't use xrefs. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Clarify comment in ATRewriteTable(). |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Move pipe.c into the backend. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Bruce Momjian | In docs, move PQrequestCancel() deprecation mention... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Avoid including postgres.h in frontend compiles of... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Update ALTER TABLE docs to mention using VACUUM FULL... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Use $(MAKE) rather than make. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Make handling of errcodes.h more consistent with other... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Magnus Hagander | Attempt to un-break the documentation build again |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Unbreak 'configure' followed immediately by 'make install'. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Magnus Hagander | Use single quotes when there are backslashes in the... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Unbreak the VPATH build. |
commit | commitdiff | tree | snapshot |
next |