2011-03-08 |
Heikki Linnakangas | Truncate predicate lock manager's SLRU lazily at checkp... |
commit | commitdiff | tree |
2011-03-07 |
Peter Eisentraut | Fix behavior when raising plpy.Fatal() |
commit | commitdiff | tree |
2011-03-07 |
Peter Eisentraut | Report Python errors from iterators with PLy_elog |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Improve description of inquiry functions that accept... |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Minor copy-editing in CREATE TRIGGER reference page. |
commit | commitdiff | tree |
2011-03-07 |
Heikki Linnakangas | If recovery_target_timeline is set to 'latest' and... |
commit | commitdiff | tree |
2011-03-07 |
Robert Haas | Reword alpha release note item on SSI. |
commit | commitdiff | tree |
2011-03-07 |
Robert Haas | Synchronous replication doc corrections. |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Zero out vacuum_count and related counters in pgstat_re... |
commit | commitdiff | tree |
2011-03-07 |
Heikki Linnakangas | Document the DEFERRABLE option in SET TRANSACTION command. |
commit | commitdiff | tree |
2011-03-07 |
Heikki Linnakangas | Begin error message with lower-case letter. |
commit | commitdiff | tree |
2011-03-07 |
Heikki Linnakangas | Silence compiler warning about undefined function when... |
commit | commitdiff | tree |
2011-03-07 |
Bruce Momjian | Tighten pg_upgrade check for pre-8.4 toast table name... |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Suppress some "variable might be clobbered by longjmp... |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Fix a couple more missing "static" markers. |
commit | commitdiff | tree |
2011-03-07 |
Tom Lane | Add missing "static" marker to internal_ping(). |
commit | commitdiff | tree |
2011-03-07 |
Simon Riggs | Dynamic array required within pg_stat_replication. |
commit | commitdiff | tree |
2011-03-06 |
Simon Riggs | Catversion increment for pg_stat_replication changes... |
commit | commitdiff | tree |
2011-03-06 |
Simon Riggs | Add new files for syncrep missed in previous commit |
commit | commitdiff | tree |
2011-03-06 |
Tom Lane | Fix pg_dump's dump order for collations versus extensions. |
commit | commitdiff | tree |
2011-03-06 |
Simon Riggs | Efficient transaction-controlled synchronous replication. |
commit | commitdiff | tree |
2011-03-06 |
Tom Lane | Fix incorrect access to pg_index.indcollation. |
commit | commitdiff | tree |
2011-03-06 |
Bruce Momjian | Improve pg_upgrade relation name check logic for pre... |
commit | commitdiff | tree |
2011-03-06 |
Bruce Momjian | Update new pg_upgrade comment about pre-8.4 TOAST tables. |
commit | commitdiff | tree |
2011-03-06 |
Bruce Momjian | Restructure pg_upgrade checks because pre-8.4 Postgres... |
commit | commitdiff | tree |
2011-03-06 |
Bruce Momjian | Fix pg_upgrade to print the proper database name for... |
commit | commitdiff | tree |
2011-03-06 |
Bruce Momjian | Print clearer failure message when pg_upgrade fails... |
commit | commitdiff | tree |
2011-03-05 |
Bruce Momjian | Fix parallel gmake for extension directory addition... |
commit | commitdiff | tree |
2011-03-05 |
Andrew Dunstan | Add PL extension files to MSVC Install procedure. |
commit | commitdiff | tree |
2011-03-05 |
Tom Lane | Adjust documentation about pg_pltemplate to reflect... |
commit | commitdiff | tree |
2011-03-05 |
Tom Lane | Make plpythonu language use plpython2 shared library... |
commit | commitdiff | tree |
2011-03-05 |
Tom Lane | Convert createlang/droplang to use CREATE/DROP EXTENSION. |
commit | commitdiff | tree |
2011-03-05 |
Robert Haas | Remove one copy of duplicated alpha4 release note. |
commit | commitdiff | tree |
2011-03-05 |
Peter Eisentraut | Update of SQL feature conformance |
commit | commitdiff | tree |
2011-03-05 |
Robert Haas | Add missing word. |
commit | commitdiff | tree |
2011-03-05 |
Robert Haas | First cut at 9.1alpha4 release notes. |
commit | commitdiff | tree |
2011-03-05 |
Robert Haas | Remove emphasis from 9.1alpha3 items. |
commit | commitdiff | tree |
2011-03-05 |
Tom Lane | Update documentation to reflect that standard PLs are... |
commit | commitdiff | tree |
2011-03-05 |
Tom Lane | Create extension infrastructure for the core procedural... |
commit | commitdiff | tree |
2011-03-04 |
Robert Haas | Refactor seclabel.c to use the new check_object_ownersh... |
commit | commitdiff | tree |
2011-03-04 |
Peter Eisentraut | Don't allow CREATE TABLE AS to create a column with... |
commit | commitdiff | tree |
2011-03-04 |
Tom Lane | Allow non-superusers to create (some) extensions. |
commit | commitdiff | tree |
2011-03-04 |
Peter Eisentraut | When creating a collation, check that the locales can... |
commit | commitdiff | tree |
2011-03-04 |
Tom Lane | In initialize_SSL, don't fail unnecessarily when home... |
commit | commitdiff | tree |
2011-03-04 |
Heikki Linnakangas | You must hold a lock on the heap page when you call |
commit | commitdiff | tree |
2011-03-04 |
Andrew Dunstan | Add a comment explaining the recent fix for plpython... |
commit | commitdiff | tree |
2011-03-03 |
Tom Lane | Further refine patch for commenting operator implementa... |
commit | commitdiff | tree |
2011-03-03 |
Tom Lane | Fix citext's upgrade-from-unpackaged script to set... |
commit | commitdiff | tree |
2011-03-03 |
Tom Lane | Run a portal's cleanup hook immediately when pushing... |
commit | commitdiff | tree |
2011-03-03 |
Michael Meskes | Added new version of ecpg's parser generator script... |
commit | commitdiff | tree |
2011-03-03 |
Heikki Linnakangas | Add tab-completion for table name after JOIN. |
commit | commitdiff | tree |
2011-03-03 |
Tom Lane | Add -lm to SHLIB_LINK for contrib/btree_gist. |
commit | commitdiff | tree |
2011-03-03 |
Tom Lane | Mark operator implementation functions as such in their... |
commit | commitdiff | tree |
2011-03-02 |
Peter Eisentraut | Add collations to information_schema.usage_privileges |
commit | commitdiff | tree |
2011-03-02 |
Tom Lane | Add 'collatable' to the Parameters section of CREATE... |
commit | commitdiff | tree |
2011-03-02 |
Tom Lane | Add KNNGIST support to contrib/btree_gist. |
commit | commitdiff | tree |
2011-03-02 |
Peter Eisentraut | Support for DragonFly BSD |
commit | commitdiff | tree |
2011-03-02 |
Tom Lane | Fix erroneous documentation of the syntax of CREATE... |
commit | commitdiff | tree |
2011-03-02 |
Tom Lane | Correct mistaken claims about EXPLAIN ANALYZE's handlin... |
commit | commitdiff | tree |
2011-03-01 |
Andrew Dunstan | Fix plpython breakage detected on certain Fedora machin... |
commit | commitdiff | tree |
2011-03-01 |
Peter Eisentraut | Additional PL/Python regression test expected file |
commit | commitdiff | tree |
2011-03-01 |
Heikki Linnakangas | Change pg_last_xlog_receive_location() not to move... |
commit | commitdiff | tree |
2011-03-01 |
Heikki Linnakangas | Fix bugs in Serializable Snapshot Isolation. |
commit | commitdiff | tree |
2011-03-01 |
Peter Eisentraut | Dump the COLLATABLE attribute in CREATE TYPE |
commit | commitdiff | tree |
2011-03-01 |
Tom Lane | Update discussion of EXPLAIN to reflect existence of... |
commit | commitdiff | tree |
2011-03-01 |
Tom Lane | Include the target table in EXPLAIN output for ModifyTa... |
commit | commitdiff | tree |
2011-03-01 |
Robert Haas | Avoid excessive Hot Standby feedback messages. |
commit | commitdiff | tree |
2011-03-01 |
Tom Lane | Rearrange snapshot handling to make rule expansion... |
commit | commitdiff | tree |
2011-03-01 |
Andrew Dunstan | Unbreak vpath builds broken by commit 474a42473adf9b184... |
commit | commitdiff | tree |
2011-02-28 |
Robert Haas | Rename pg_stat_replication.apply_location to replay_loc... |
commit | commitdiff | tree |
2011-02-28 |
Peter Eisentraut | Fix regression tests after PL/Python custom SPI excepti... |
commit | commitdiff | tree |
2011-02-28 |
Peter Eisentraut | PL/Python custom SPI exceptions |
commit | commitdiff | tree |
2011-02-28 |
Tom Lane | Add documentation for data-modifying statements in... |
commit | commitdiff | tree |
2011-02-27 |
Bruce Momjian | Document that last vacuum statistics and counts are... |
commit | commitdiff | tree |
2011-02-27 |
Peter Eisentraut | PL/Python explicit subtransactions |
commit | commitdiff | tree |
2011-02-27 |
Peter Eisentraut | Remove remaining expected file for Python 2.2 |
commit | commitdiff | tree |
2011-02-27 |
Tom Lane | Refactor the executor's API to support data-modifying... |
commit | commitdiff | tree |
2011-02-27 |
Bruce Momjian | Be less detailed about reporting shared memory failure... |
commit | commitdiff | tree |
2011-02-27 |
Magnus Hagander | Fix verbose display of REPLICATION role attribute |
commit | commitdiff | tree |
2011-02-27 |
Bruce Momjian | Fix markup for pg_options_to_table() to report the... |
commit | commitdiff | tree |
2011-02-26 |
Heikki Linnakangas | Increase the default for wal_sender_delay from 200ms... |
commit | commitdiff | tree |
2011-02-26 |
Andrew Dunstan | Add a configure check for Python.h if building with... |
commit | commitdiff | tree |
2011-02-26 |
Bruce Momjian | Document that pg_options_to_table() also works for |
commit | commitdiff | tree |
2011-02-26 |
Bruce Momjian | Fix doc patch --- pg_options_to_table() returns "setof... |
commit | commitdiff | tree |
2011-02-26 |
Peter Eisentraut | Table function support for PL/Python |
commit | commitdiff | tree |
2011-02-26 |
Bruce Momjian | Document pg_options_to_table() (not previously documented) |
commit | commitdiff | tree |
2011-02-26 |
Tom Lane | Fix order of shutdown processing when CTEs contain... |
commit | commitdiff | tree |
2011-02-25 |
Tom Lane | Support data-modifying commands (INSERT/UPDATE/DELETE... |
commit | commitdiff | tree |
2011-02-25 |
Alvaro Herrera | Update pageinspect--1.0.sql to match the upgrade script |
commit | commitdiff | tree |
2011-02-25 |
Alvaro Herrera | Fix pageinspect's heap_page_item to return infomasks... |
commit | commitdiff | tree |
2011-02-25 |
Robert Haas | Named restore point improvements. |
commit | commitdiff | tree |
2011-02-24 |
Itagaki Takahiro | More psql tab-completion for new commands. |
commit | commitdiff | tree |
2011-02-24 |
Itagaki Takahiro | Add tab-completion for CREATE UNLOGGED TABLE in psql, |
commit | commitdiff | tree |
2011-02-23 |
Bruce Momjian | Update wording about information schema and name which... |
commit | commitdiff | tree |
2011-02-23 |
Itagaki Takahiro | Make the second words lowercase in psql's \d titles... |
commit | commitdiff | tree |
2011-02-23 |
Tom Lane | Add a relkind field to RangeTblEntry to avoid some... |
commit | commitdiff | tree |
2011-02-22 |
Peter Eisentraut | Add PL/Python functions for quoting strings |
commit | commitdiff | tree |
2011-02-22 |
Robert Haas | Fix a couple of unlogged tables goofs. |
commit | commitdiff | tree |
2011-02-22 |
Tom Lane | Allow binary I/O of type "void". |
commit | commitdiff | tree |
2011-02-22 |
Bruce Momjian | Reword information_schema duplicate constraint warning... |
commit | commitdiff | tree |
next |