agora inbox for [email protected]  
help / color / mirror / Atom feed
Messages from [email protected]

pgsql: Recognize functional dependency on primary keys.
  2010-08-07 02:44 UTC  Tom Lane <[email protected]>

pgsql: Stamp HEAD as 9.1devel.
  2010-07-09 04:10 UTC  Tom Lane <[email protected]>

pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr()
  2010-06-03 22:17 UTC  Tom Lane <[email protected]>

pgsql: Ensure that contrib/pgstattuple functions respond to cancel
  2010-04-02 16:17 UTC  Tom Lane <[email protected]>

pgsql: Instead of trying (and failing) to allow <<label>> at the end of
  2010-03-03 01:53 UTC  Tom Lane <[email protected]>

pgsql: Un-break pg_dump for the case of zero-column tables.
  2010-02-24 02:15 UTC  Tom Lane <[email protected]>

pgsql: Remove old-style VACUUM FULL (which was known for a little while
  2010-02-08 04:33 UTC  Tom Lane <[email protected]>

pgsql: Create a "relation mapping" infrastructure to support changing
  2010-02-07 20:48 UTC  Tom Lane <[email protected]>

pgsql: Assorted cleanups in preparation for using a map file to support
  2010-02-03 01:14 UTC  Tom Lane <[email protected]>

pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached
  2010-01-18 02:30 UTC  Tom Lane <[email protected]>

pgsql: Remove too-smart-for-its-own-good optimization of not overwriting
  2010-01-05 02:34 UTC  Tom Lane <[email protected]>

pgsql: Get rid of the need for manual maintenance of the initial
  2010-01-05 01:06 UTC  Tom Lane <[email protected]>

pgsql: When estimating the selectivity of an inequality "column >
  2010-01-04 02:44 UTC  Tom Lane <[email protected]>

pgsql: Remove code that attempted to rename index columns to keep them
  2009-12-23 16:43 UTC  Tom Lane <[email protected]>

pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff
  2009-11-22 17:54 UTC  Tom Lane <[email protected]>

pgsql: Add a WHEN clause to CREATE TRIGGER, allowing a boolean
  2009-11-20 20:38 UTC  Tom Lane <[email protected]>

pgsql: Move processing of startup-packet switches and GUC settings into
  2009-09-01 00:09 UTC  Tom Lane <[email protected]>

pgsql: Cause pg_proc.probin to be declared as text, not bytea.
  2009-08-04 04:04 UTC  Tom Lane <[email protected]>

pgsql: Tweak TOAST code so that columns marked with MAIN storage
  2009-07-22 01:21 UTC  Tom Lane <[email protected]>

pgsql: Rewrite GEQO's gimme_tree function so that it always finds a
  2009-07-19 21:00 UTC  Tom Lane <[email protected]>

pgsql: Fix LOCK TABLE to eliminate the race condition that could make it
  2009-05-12 16:43 UTC  Tom Lane <[email protected]>

pgsql: If we expect a hash join to be performed in multiple batches,
  2009-03-26 17:15 UTC  Tom Lane <[email protected]>

pgsql: Implement "fastupdate" support for GIN indexes, in which we try
  2009-03-24 20:17 UTC  Tom Lane <[email protected]>

pgsql: Temporarily (I hope) disable flattening of IN/EXISTS sublinks
  2009-02-27 23:30 UTC  Tom Lane <[email protected]>

pgsql: Remove the special cases to prevent minus-zero results in float4
  2009-02-18 19:23 UTC  Tom Lane <[email protected]>

pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case
  2009-01-12 16:00 UTC  Tom Lane <[email protected]>

pgsql: Implement prefetching via posix_fadvise() for bitmap index scans.
  2009-01-12 05:10 UTC  Tom Lane <[email protected]>

pgsql: Re-enable the old code in xlog.c that tried to use
  2009-01-11 18:02 UTC  Tom Lane <[email protected]>

pgsql: Remove inappropriate memory context switch in
  2008-11-30 18:49 UTC  Tom Lane <[email protected]>

pgsql: Allow SQL-language functions to return the output of an
  2008-10-31 19:37 UTC  Tom Lane <[email protected]>

pgsql: Un-break non-NLS builds.
  2008-10-09 22:23 UTC  Tom Lane <[email protected]>

pgsql: Fix an oversight in the 8.2 patch that improved mergejoin
  2008-09-05 21:07 UTC  Tom Lane <[email protected]>

pgsql: Adjust things so that the query_string of a cached plan and the
  2008-07-18 20:26 UTC  Tom Lane <[email protected]>

pgsql: Sigh ...
  2008-05-02 03:41 UTC  Tom Lane <[email protected]>

pgsql: Increase the statement_timeout value used in the prepared_xacts
  2008-04-28 23:48 UTC  Tom Lane <[email protected]>

pgsql: Fix a couple of oversights associated with the "physical tlist"
  2008-04-17 21:22 UTC  Tom Lane <[email protected]>

pgsql: Repair two places where SIGTERM exit could leave shared memory
  2008-04-16 23:59 UTC  Tom Lane <[email protected]>

pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search
  2008-03-17 02:18 UTC  Tom Lane <[email protected]>

pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
  2008-01-14 18:46 UTC  Tom Lane <[email protected]>

pgsql: The E.
  2007-12-09 21:01 UTC  Tom Lane <[email protected]>

pgsql: Improve the manual's discussion of partitioning.
  2007-12-02 19:20 UTC  Tom Lane <[email protected]>

pgsql: GIN index build's allocatedMemory counter needs to be long, not
  2007-11-16 21:50 UTC  Tom Lane <[email protected]>

pgsql: Add a note about another issue that needs to be considered before
  2007-11-05 14:11 UTC  Tom Lane <[email protected]>

pgsql: Add sample text search dictionary templates and parsers, to
  2007-10-15 21:36 UTC  Tom Lane <[email protected]>

pgsql: Temporarily modify tsearch regression tests to suppress notice
  2007-09-23 15:58 UTC  Tom Lane <[email protected]>

pgsql: Apply a band-aid fix for the problem that 8.2 and up completely
  2007-08-31 23:35 UTC  Tom Lane <[email protected]>

pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
  2007-08-25 19:08 UTC  Tom Lane <[email protected]>

pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by
  2007-08-22 01:39 UTC  Tom Lane <[email protected]>

pgsql: Repair problems occurring when multiple RI updates have to be
  2007-08-15 19:15 UTC  Tom Lane <[email protected]>

pgsql: Silence Solaris compiler warnings, per buildfarm.
  2007-07-15 22:49 UTC  Tom Lane <[email protected]>

pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument
  2007-07-12 23:51 UTC  Tom Lane <[email protected]>

pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM
  2007-07-02 20:12 UTC  Tom Lane <[email protected]>

pgsql: Improve logging of checkpoints.
  2007-06-30 19:12 UTC  Tom Lane <[email protected]>

pgsql: Fix PGXS conventions so that extensions can be built against
  2007-06-26 22:05 UTC  Tom Lane <[email protected]>

pgsql: Arrange for quote_identifier() and pg_dump to not quote keywords
  2007-06-18 21:40 UTC  Tom Lane <[email protected]>

pgsql: Fix up text concatenation so that it accepts all the reasonable
  2007-06-06 23:00 UTC  Tom Lane <[email protected]>

pgsql: Create a GUC parameter temp_tablespaces that allows selection of
  2007-06-03 17:08 UTC  Tom Lane <[email protected]>

pgsql: Make large sequential scans and VACUUMs work in a limited-size
  2007-05-30 20:12 UTC  Tom Lane <[email protected]>

pgsql: Create hooks to let a loadable plugin monitor (or even replace)
  2007-05-25 17:54 UTC  Tom Lane <[email protected]>

pgsql: Fix parameter recalculation for Limit nodes: during a ReScan call
  2007-05-17 19:35 UTC  Tom Lane <[email protected]>

pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
  2007-05-04 01:13 UTC  Tom Lane <[email protected]>

pgsql: Remove some of the most blatant brain-fade in the recent guc
  2007-04-22 03:52 UTC  Tom Lane <[email protected]>

pgsql: Fix failure due to accessing an already-freed tuple descriptor in
  2006-12-26 21:37 UTC  Tom Lane <[email protected]>

pgsql: Put JST back into the default set of timezone abbreviations; was
  2006-12-15 16:54 UTC  Tom Lane <[email protected]>

pgsql: Fix planning of SubLinks to ensure that Vars generated from
  2006-12-06 19:40 UTC  Tom Lane <[email protected]>

pgsql: Clarify description of CIDR-address column of pg_hba.conf, to
  2006-11-17 23:25 UTC  Tom Lane <[email protected]>

pgsql: Change Windows rename and unlink substitutes so that they time
  2006-11-08 20:12 UTC  Tom Lane <[email protected]>

pgsql: Fix up some problems in handling of zic-style time zone names in
  2006-10-17 21:03 UTC  Tom Lane <[email protected]>

pgsql: Stamp 7.3.16.
  2006-10-12 19:42 UTC  Tom Lane <[email protected]>

pgsql: Repair incorrect check for coercion of unknown literal to
  2006-10-11 20:21 UTC  Tom Lane <[email protected]>

pgsql: Revise psql pattern-matching switches as per discussion.
  2006-10-09 23:36 UTC  Tom Lane <[email protected]>

pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to
  2006-09-28 20:51 UTC  Tom Lane <[email protected]>

pgsql: We're going to have to spell dotless i as plain i, because
  2006-09-22 15:29 UTC  Tom Lane <[email protected]>

pgsql: Fix free space map to correctly track the total amount of FSM
  2006-09-21 20:31 UTC  Tom Lane <[email protected]>

pgsql: Add documentation for new in-core advisory lock functions.
  2006-09-20 23:43 UTC  Tom Lane <[email protected]>

pgsql: Install a cleaner solution to the AIX libpq linking problem, as
  2006-09-10 22:07 UTC  Tom Lane <[email protected]>

pgsql: Remove hard-wired lists of timezone abbreviations in favor of
  2006-07-25 03:51 UTC  Tom Lane <[email protected]>

pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option
  2006-07-21 00:24 UTC  Tom Lane <[email protected]>

pgsql: As a stopgap to get the Windows buildfarm members running again,
  2006-07-20 16:25 UTC  Tom Lane <[email protected]>

pgsql: Change the row constructor syntax (ROW(...)) so that list
  2006-06-26 17:24 UTC  Tom Lane <[email protected]>

pgsql: Remove the limit on the number of entries allowed in catcaches,
  2006-06-15 02:08 UTC  Tom Lane <[email protected]>

pgsql: Clean up code associated with updating pg_class statistics
  2006-05-10 23:18 UTC  Tom Lane <[email protected]>

pgsql: Fix calculation of plan node extParams to account for the
  2006-05-03 00:25 UTC  Tom Lane <[email protected]>

pgsql: Enable pg_ctl to give up admin privileges when starting the
  2006-02-10 22:01 UTC  Tom Lane <[email protected]>

pgsql-server/src backend/nodes/nodes.c backend ...
  2002-12-16 16:22 UTC  Tom Lane <[email protected]>

pgsql-server/src/test/regress resultmap expect ...
  2002-12-13 20:35 UTC  Tom Lane <[email protected]>

pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
  2002-11-21 00:42 UTC  Tom Lane <[email protected]>

pgsql-server/ oc/src/sgml/release.sgml rc/back ...
  2002-08-11 21:17 UTC  Tom Lane <[email protected]>

pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/x ...
  2002-07-30 05:24 UTC  Tom Lane <[email protected]>

pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/r ...
  2002-07-12 18:43 UTC  Tom Lane <[email protected]>

pgsql/src/backend/postmaster postmaster.c
  2001-11-06 18:02 UTC  [email protected]

pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
  2001-11-02 18:39 UTC  [email protected]

pgsql/src/backend parser/parse_coerce.c utils/ ...
  2001-10-04 17:52 UTC  [email protected]

pgsql/src (Makefile.global.in)
  2000-12-29 20:39 UTC  [email protected]

pgsql/contrib/pg_dumplo (README.pg_dumplo lo_export.c lo_import.c main.c pg_dumplo.h utils.c)
  2000-11-22 00:00 UTC  [email protected]

pgsql/src/backend/utils/adt (oid.c)
  2000-11-21 03:23 UTC  [email protected]

pgsql/src/backend/utils/adt (cash.c)
  2000-11-18 03:55 UTC  [email protected]

pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c)
  2000-10-26 21:36 UTC  Tom Lane <[email protected]>

pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)
  2000-10-22 23:32 UTC  Tom Lane <[email protected]>

pgsql/src/pl/plpgsql/test (runtest triggers.sql mklang.sql)
  2000-10-22 23:25 UTC  Tom Lane <[email protected]>


100+ results

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox