Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| pgsql: Refactor ALTER EXTENSION UPDATE to have cleaner multi-step seman | Tom Lane | 21:41 |
| Thread | Author | Time |
|---|---|---|
| Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso | Bruce Momjian | 05:14 |
| pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T | Bruce Momjian | 05:14 |
| pgsql: Back out libpq doc change; not ready yet. | Bruce Momjian | 05:18 |
| Re: pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T | Bruce Momjian | 05:18 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n | Bruce Momjian | 03:03 |
| pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n | Bruce Momjian | 03:03 |
| pgsql: Convert contrib modules to use the extension facility. | Tom Lane | 03:55 |
| pgsql: Assorted fixups for "unpackaged" conversion scripts. | Tom Lane | 03:55 |
| pgsql: Change the naming convention for extension files to use double d | Tom Lane | 03:55 |
| pgsql: Support replacing MODULE_PATHNAME during extension script file e | Tom Lane | 03:55 |
| pgsql: Avoid use of CREATE OR REPLACE FUNCTION in extension installatio | Tom Lane | 03:55 |
| pgsql: More fixups for "unpackaged" conversion scripts. | Tom Lane | 04:33 |
| pgsql: Remove no-longer-needed special case hacks in MSVC build scripts | Tom Lane | 04:43 |
| pgsql: Fix obsolete references to old-style contrib installation method | Tom Lane | 06:11 |
| Thread | Author | Time |
|---|---|---|
| Re: Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode. | Simon Riggs | 00:42 |
| pgsql: Document that text search comparisons happen after text search | Bruce Momjian | 03:39 |
| pgsql: Improve text search prefix doc addition. | Bruce Momjian | 04:24 |
| pgsql: Create the catalog infrastructure for foreign-data-wrapper handl | Tom Lane | 05:08 |
| pgsql: Set psql client encoding from locale by default | Peter Eisentraut | 07:02 |
| pgsql: Initialize variable to quiet compiler. | Bruce Momjian | 13:14 |
| pgsql: Invalidate PL/Python functions with composite type argument when | Peter Eisentraut | 14:56 |
| pgsql: Document that an SQL-standard-compliant query that expects a uni | Bruce Momjian | 23:21 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding. | Bruce Momjian | 00:00 |
| pgsql: Adjust documentation wording of window function ORDER BY to not | Bruce Momjian | 05:01 |
| pgsql: Implement an API to let foreign-data wrappers actually be functi | Tom Lane | 05:18 |
| pgsql: Add contrib/file_fdw foreign-data wrapper for reading files via | Tom Lane | 19:07 |
| pgsql: Minor logic fix for new levenshtein implementation. | Tom Lane | 19:55 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Merge two documentation permission chapters into a single chapte | Bruce Momjian | 03:21 |
| pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. | Itagaki Takahiro | 05:33 |
| Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. | Tom Lane | 06:12 |
| pgsql: Fix pg_server_to_client, that was broken in the previous commit. | Itagaki Takahiro | 07:29 |
| Re: pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. | Itagaki Takahiro | 07:30 |
| pgsql: Update docs about new role privileges reference, per Alvaro. | Bruce Momjian | 14:15 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add a relkind field to RangeTblEntry to avoid some syscache look | Tom Lane | 00:25 |
| pgsql: Make the second words lowercase in psql's \d titles for unlogged | Itagaki Takahiro | 00:58 |
| pgsql: Update wording about information schema and name which views pot | Bruce Momjian | 04:32 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql, | Itagaki Takahiro | 01:18 |
| pgsql: More psql tab-completion for new commands. | Itagaki Takahiro | 12:19 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Named restore point improvements. | Robert Haas | 00:02 |
| pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v | Alvaro Herrera | 22:08 |
| Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v | Tom Lane | 22:31 |
| pgsql: Update pageinspect--1.0.sql to match the upgrade script | Alvaro Herrera | 22:40 |
| Re: pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v | Alvaro Herrera | 22:41 |
| pgsql: Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane | 23:58 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix order of shutdown processing when CTEs contain inter-referen | Tom Lane | 04:54 |
| pgsql: Document pg_options_to_table() (not previously documented) | Bruce Momjian | 06:56 |
| libpqtypes - libpqtypes: bumped version for release 1.4.3 | User Achernow | 13:32 |
| pgsql: Table function support for PL/Python | Peter Eisentraut | 14:56 |
| pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". | Bruce Momjian | 17:27 |
| pgsql: Document that pg_options_to_table() also works for | Bruce Momjian | 17:48 |
| Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". | Andrew Dunstan | 17:49 |
| Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". | Bruce Momjian | 17:53 |
| Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". | Andrew Dunstan | 18:28 |
| pgsql: Add a configure check for Python.h if building with python. | Andrew Dunstan | 19:18 |
| pgsql: Increase the default for wal_sender_delay from 200ms to 1s. Now | Heikki Linnakangas | 21:50 |
| Thread | Author | Time |
|---|---|---|
| Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". 📎 | Bruce Momjian | 08:50 |
| pgsql: Fix markup for pg_options_to_table() to report the return column | Bruce Momjian | 08:50 |
| pgsql: Fix verbose display of REPLICATION role attribute | Magnus Hagander | 11:38 |
| pgsql: Be less detailed about reporting shared memory failure by avoidi | Bruce Momjian | 17:21 |
| pgsql: Refactor the executor's API to support data-modifying CTEs bette | Tom Lane | 18:44 |
| pgsql: Remove remaining expected file for Python 2.2 | Peter Eisentraut | 19:16 |
| pgsql: PL/Python explicit subtransactions | Peter Eisentraut | 19:16 |
| Re: [COMMITTERS] pgsql: Refactor the executor's API to support data-modifying CTEs bette | David Fetter | 21:25 |
| pgsql: Document that last vacuum statistics and counts are for non-FULL | Bruce Momjian | 23:04 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add documentation for data-modifying statements in WITH clauses. | Tom Lane | 06:18 |
| pgsql: PL/Python custom SPI exceptions | Peter Eisentraut | 16:51 |
| pgsql: Fix regression tests after PL/Python custom SPI exceptions patch | Peter Eisentraut | 17:45 |
| pgsql: Rename pg_stat_replication.apply_location to replay_location. | Robert Haas | 17:50 |
| Re: pgsql: PL/Python custom SPI exceptions | Andrew Dunstan | 20:58 |