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 |
2011-02-04 |
Robert Haas | Preserve copyright notice from old errcodes.h file. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Haas | Avoid maintaining three separate copies of the error... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Bruce Momjian | In docs, PL is Procedural Language, not Programming... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Bruce Momjian | Simplify code used in is_absolute_path() macro; also... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Magnus Hagander | Include more status information in walsender results |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Magnus Hagander | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | Further sepgsql documentation cleanup. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | sepgsql doc fix |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | Minor sepgsql regression test fixes. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | Various sepgsql corrections. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Bruce Momjian | Rename function to first_path_var_separator() to clarif... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Bruce Momjian | Clearify macro IS_PATH_VAR_SEP in path.c so it is clear... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Robert Haas | Log restartpoints in the same fashion as checkpoints. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Tom Lane | Repair multiple breakage in Windows-specific code for... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Tom Lane | Clean up missed change to plpython expected files. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Bruce Momjian | Mark all GUC variables with <varname> markup, rather... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Bruce Momjian | Fix wrong verb in pg_upgrade text message, per Haas. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Bruce Momjian | Simplify pg_upgrade checking of executable permissions. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Peter Eisentraut | Wrap PL/Python SPI calls into subtransactions |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Andrew Dunstan | Add comment on why we're passing a useless 'false... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Document that CREATE VIEW that uses "*" for the column... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Properly capitalize hyphenated words in documentation... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Clarify documentation to state that "zero_damaged_pages... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Peter Eisentraut | Add validator to PL/Python |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Document that effective cache size does not assume... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Document that Slony can do upgrades easier _because_... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Clarify pg_upgrade install instructions, per suggestion... |
commit | commitdiff | tree | snapshot |
next |