Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers since 2005-04-01 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2005-04-01
newsysviews - newsysview: First pass at type views
User Elein (03:00)
pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new
Bruce Momjian (05:30)
pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
Neil Conway (08:41)
pgsql: Update pgcvslog examples.
Bruce Momjian (13:25)
pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
Bruce Momjian (14:25)
pgsql: Fix wrong week returnded by date_trunc('week') for early dates in
Bruce Momjian (14:25)
pgsql: Update pgcvslog examples.
Bruce Momjian (16:34)
pgsql: Backpatch FAQ's to 8.0.X.
Bruce Momjian (16:42)
pgsql: Teach pg_dump about OUT parameters.
Tom Lane (18:35)
pgsql: Minor improvements in the really-pretty-ad-hoc test scripts for
Tom Lane (19:32)
pgsql: Make plperl work with OUT parameters.
Tom Lane (19:34)
pgsql: Second try at making examine_variable and friends behave sanely
Tom Lane (20:31)
pgsql: Second try at making examine_variable and friends behave sanely
Tom Lane (20:32)
2005-04-02
newsysviews - newsysview: First cut at tables and table_columns views.
User Andrewsn (02:37)
pgsql: Update release notes for 8.0.2.
Bruce Momjian (02:42)
pgsql: Update release notes for 8.0.2.
Bruce Momjian (02:43)
newsysviews - newsysview: fix estimated_mb for tables with no TOAST.
User Andrewsn (03:28)
pgsql: Fix release not typo.
Bruce Momjian (03:42)
pgsql: Fix release not typo.
Bruce Momjian (03:43)
pgsql: Translation updates
Peter Eisentraut (15:54)
pgsql: Translation updates
Peter Eisentraut (18:45)
2005-04-03
pgsql: Put back code mistakenly removed from copy of postmaster's
Tom Lane (00:01)
pgsql: Put back code mistakenly removed from copy of postmaster's
Tom Lane (00:02)
Re: How to copy from Table to table
Michael Fuhr (03:44)
2005-04-04
pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Tom Lane (01:43)
pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Tom Lane (01:43)
pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Tom Lane (01:43)
pgsql: Remove an unused variable `ShmemBootstrap', and remove an
Neil Conway (04:34)
pgsql: Add a link to www.postgresql.org/download to the installation
Neil Conway (05:12)
pgsql: Minor fixes for psql tab completion.
Neil Conway (07:19)
Re: pgsql: Adjust SGML ulink tags to the URL is always displayed in our
Peter Eisentraut (07:23)
Re: pgsql: Adjust SGML ulink tags to the URL is always
Neil Conway (07:51)
Re: pgsql: Adjust SGML ulink tags to the URL is always displayed in our
Peter Eisentraut (08:22)
pgaccess - pgaccess: fixed renaming of tables
User Cmaj (17:05)
pgaccess - pgaccess: fixed inserts of null values for ints/floats,
User Cmaj (17:42)
pgaccess - pgaccess: added a couple more types that cannot be empty
User Cmaj (17:55)
oledb - oledb: Update the document about the new project home site
User Shachar (18:29)
pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the
Neil Conway (23:50)
2005-04-05
pgsql: Fix broken markup.
Tom Lane (04:47)
pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago.
Tom Lane (06:22)
newsysviews - newsysview: s/TEXT/NAME/ where appropriate; add schema
User Decibel (16:15)
newsysviews - newsysview: add index views.
User Andrewsn (16:37)
pgsql: Adjust grammar for plpgsql's OPEN command so that a cursor can be
Tom Lane (18:05)
newsysviews - newsysview: pg_database.template should be a boolean
User Decibel (19:24)
2005-04-06
pgsql: This file was whacked by pgindent before it knew it shouldn't
Neil Conway (04:34)
newsysviews - newsysview: Add build script
User Decibel (05:00)
pgsql: Include information about a domain's CHECK constraint, if any, in
Neil Conway (05:23)
newsysviews - newsysview: Make type definitions as old, add TODO to
User Decibel (05:24)
pginstaller - web: New Directory
User Mha (10:42)
pginstaller - web: Move FAQs into a subdirectory, and make sure they
User Mha (10:45)
newsysviews - newsysview: table_columns doesn't need to join on pg_type;
User Andrewsn (10:46)
pginstaller - web: HTML markup fixes
User Mha (11:54)
newsysviews - newsysview: add views and view_columns views.
User Andrewsn (14:22)
newsysviews - newsysview: have build.sh figure the server version out
User Andrewsn (14:54)
pgsql: Attached patch cleans up the HTML code in tools/backend.
Bruce Momjian (15:19)
newsysviews - newsysview: fix some 7.4 compat issues
User Andrewsn (15:35)
pgsql: Merge Resdom nodes into TargetEntry nodes to simplify code and
Tom Lane (16:34)
python - ex: Imported Sources
User Jwp (20:03)
pgsql: Remove test for NULL node in ExecProcNode().
Tom Lane (20:13)
pgsql: Apply the "nodeAgg" optimization to more of the builtin
Neil Conway (23:56)
2005-04-07
pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM
Neil Conway (01:51)
pgsql: Fix minor breakage to regression tests induced in previous commit
Neil Conway (03:29)
pgsql: Minor documentation tweak.
Neil Conway (03:31)
Re: pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM
Tom Lane (04:29)
Re: pgsql: Add a "USING" clause to DELETE, which is
Neil Conway (04:50)
python - be: New Directory
User Jwp (14:37)
python - be: New Directory
User Jwp (14:41)
python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type.
User Jwp (14:46)
python - be: Add common types to module and comment out LargeObject
User Jwp (14:49)
python - be: Postgres.Object and others no longer depend on this as a
User Jwp (14:52)
pgsql: Allow plpgsql functions to omit RETURN command when the function
Tom Lane (14:53)
python - be: Moved to call/.
User Jwp (14:54)
python - be: Add various type Oid's from catalog/pg_type.h.
User Jwp (14:58)
python - be: New Directory
User Jwp (15:01)
python - be: Move headers to there new home/name.
User Jwp (15:15)
python - be: Rename and use new APIs
User Jwp (15:22)
pgsql: Fix some issues with missing or too many newlines at end of file.
Tom Lane (15:23)
python - be: Don't forget build_clib sub command.
User Jwp (16:27)
python - be: Inherit from PyPgObject.
User Jwp (16:45)
python - be: Fix the DEBUG1 PyCFunction.
User Jwp (16:49)
python - be: Rename and use new APIs.
User Jwp (17:01)
pgsql: Update and copy-edit release notes for 8.0.2.
Tom Lane (19:04)
pgsql: Update and copy-edit release notes for 8.0.2.
Tom Lane (19:04)
pgsql: Stamp 8.0.2.
Tom Lane (19:43)
python - lo: New Directory
User Jwp (20:25)
python - lo: New Directory
User Jwp (20:25)
python - lo: New Directory
User Jwp (20:25)
python - lo: Add new directory __init__.py's Alter docstrings a bit, and
User Jwp (20:33)
python - lo: Add new spaces Update setup's project information.
User Jwp (20:38)
2005-04-08
pgsql: Use fork_process() to avoid some fork()-related boilerplate code
Neil Conway (00:55)
pgsql: Change the default setting of "add_missing_from" to false.
Neil Conway (00:59)
python - be: Special case bytea instantiation to avoid escaping.
User Jwp (01:37)
python - be: Finish transition Move/Rename files.
User Jwp (01:45)
pgsql: Use an always-there test, not an Assert, to check for overrun of
Tom Lane (03:43)
pginstaller - pginst: Prep for 8.0.2
User Dpage (08:05)
pgsql: If we're going to have a non-panic check for held_lwlocks[]
Tom Lane (14:18)
pgaccess - pgaccess: latest version from Robert Strong, with licensing
User Cmaj (15:20)
docbot - docbot: Changed the docbot to join #postgresql-es, but not
User Dfetter (16:05)
2005-04-09
python - be: Misplaced function, this belongs in pl.c where is actually
User Jwp (01:01)
python - be: Don't continue to fill in the error if errstart returns
User Jwp (01:07)
python - be: Raise Postgres.Errors as what they are defined to be,
User Jwp (01:24)
Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always
Bruce Momjian (03:52)
pgsql: We don't put URL's in ulink's because the URL is always
Bruce Momjian (03:52)
pgsql: Done: < * Allow additional tables to be specified in DELETE for
Bruce Momjian (04:07)
pginstaller - web: Add FAQ about dynamic load errors on procedural
User Mha (13:36)
newsysviews - newsysview: lots of new stuff: - "relations" views
User Andrewsn (16:16)
tablelog - tablelog: Imported Sources
User Andreas (19:38)
docbot - docbot: Fixed reply on private message
User Pjmodos (20:29)
newsysviews - newsysview: Add vi: tag
User Decibel (22:01)
newsysviews - newsysview: sync docs and code
User Decibel (22:15)
newsysviews - newsysview: We decided to display type info called by
User Decibel (22:18)
newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't
User Decibel (23:51)
2005-04-10
python - ex: Fix logic to only raise an exception if all fail, rather
User Jwp (00:28)
newsysviews - newsysview: Welcome aggregates.
User Decibel (00:33)
newsysviews - newsysview: pg_*_casts
User Decibel (05:01)
newsysviews - newsysview: Update doc
User Decibel (16:48)
newsysviews - newsysview: pg_*_conversions
User Decibel (17:25)
newsysviews - newsysview: Missing some table references
User Decibel (17:35)
tablelog - tablelog: Using filenames as target/prerequisite in
User Kimhanse (17:48)
tablelog - tablelog: schema used in __table_log
User Kimhanse (17:55)
newsysviews - newsysview: pg_databases, but we still need
User Decibel (17:55)
newsysviews - newsysview: Ignore .swp files
User Decibel (17:56)
tablelog - tablelog: Get number_columns from system catalog cache
User Kimhanse (17:57)
tablelog - tablelog: Accept log_schema as 3rd arg in table_log() trigger
User Kimhanse (18:04)
pgsql: SQL functions returning pass-by-reference types were copying the
Tom Lane (18:04)
pgsql: SQL functions returning pass-by-reference types were copying the
Tom Lane (18:04)
tablelog - tablelog: Bugfix: tupleDesc->natts is not lowered when a
User Kimhanse (18:08)
tablelog - tablelog: Get number_columns_log from TupleDesc
User Kimhanse (18:10)
tablelog - tablelog: Added table_log_init() function
User Kimhanse (18:22)
pgsql: Split out into a separate function the code in grouping_planner()
Tom Lane (19:50)
pgsql: Make constant-folding produce sane output for
Tom Lane (20:57)
pgsql: Make constant-folding produce sane output for
Tom Lane (20:57)
pgsql: Make constant-folding produce sane output for
Tom Lane (20:58)
newsysviews - newsysview: use existing bit_or aggregate rather than
User Andrewsn (22:57)
pgsql: Update to XHTML.
Bruce Momjian (23:21)
2005-04-11
docbot - docbot: Output more urls per line
User Pjmodos (13:34)
python - be: fix assertion trap.
User Jwp (13:59)
python - be: uncomment the LargeObject initialization
User Jwp (14:00)
python - be: remove unnecessary type structure initializations, the
User Jwp (14:03)
python - be: Remove setattr as it was just a wasting way to say "you
User Jwp (14:25)
python - me: Imported Sources
User Jwp (14:40)
pgsql: PersistHoldablePortal must establish the correct value for
Tom Lane (15:59)
pgsql: PersistHoldablePortal must establish the correct value for
Tom Lane (15:59)
docbot - www: Imported Sources
User Pjmodos (16:52)
docbot - www: Oops i did mistake, removed all files from www
User Pjmodos (17:12)
docbot - www: New Directory
User Pjmodos (17:15)
docbot - www: New Directory
User Pjmodos (17:15)
docbot - www: New Directory
User Pjmodos (17:15)
docbot - www: New Directory
User Pjmodos (17:15)
docbot - www: Added right files, sorry for that first commit
User Pjmodos (17:20)
docbot - www: New Directory
User Pjmodos (18:24)
docbot - www: New Directory
User Pjmodos (18:33)
docbot - www: New Directory
User Pjmodos (18:33)
docbot - www: New Directory
User Pjmodos (18:33)
docbot - www: New Directory
User Pjmodos (18:33)
docbot - www: Initial checkin of www stuff
User Pjmodos (18:37)
python - web: Imported Sources
User Jwp (19:48)
pgsql: Fix interaction between materializing holdable cursors and firing
Tom Lane (19:51)
pgsql: Fix interaction between materializing holdable cursors and firing
Tom Lane (19:51)
python - web: Add CVS Web interface links to the project description
User Jwp (21:49)
pgsql: Create the planner mechanism for optimizing simple MIN and MAX
Tom Lane (23:06)
2005-04-12
newsysviews - newsysview: Partial implementation of pg_users added for
User Aglio (01:20)
newsysviews - newsysview: add view for database configuration
User Andrewsn (02:57)
pgsql: Fix broken markup.
Tom Lane (03:16)
newsysviews - newsysview: 7.4 compat
User Andrewsn (04:11)
pgsql: Add aggsortop column to pg_aggregate, so that MIN/MAX
Tom Lane (04:26)
newsysviews - newsysview: allow for missing tablespace row (7.4 compat
User Andrewsn (04:51)
newsysviews - newsysview: table constraints and foreign keys
User Andrewsn (04:53)
pgsql: Fix oversight in MIN/MAX optimization: must not return NULL
Tom Lane (05:11)
docbot - docbot: Fixed duplicates in queries.
User Dfetter (07:16)
docbot - docbot: Docbot wraps >= 4 URLs, leaves 3 alone.
User Dfetter (07:47)
pgsql: Revert mistaken renaming of UTF-8.
Peter Eisentraut (14:19)
pgsql: Remove unnecessary UPDATE commands to assign explicit ACLs to
Tom Lane (19:29)
pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come
Tom Lane (19:45)
dbi-link - dbi-link: Fixed wrong table alias and removed extra
User Dfetter (22:56)
dbi-link - dbi-link: fixed wrong fix to remote_query.sql
User Dfetter (22:59)
2005-04-13
pgsql: Minor consistency improvement to the documentation on array
Neil Conway (00:20)
pgaccess - pgaccess: removed useless horizontal scroll bars (thanks,
User Cmaj (15:10)
pgaccess - pgaccess: more non-empty types
User Cmaj (15:11)
pgsql: Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA
Tom Lane (16:15)
python - web: Add documentation project to list.
User Jwp (16:17)
python - web: Site is now explicitly dependent on a doc build.
User Jwp (16:30)
python - web: Quiet removal of doc/ contents.
User Jwp (16:38)
pgsql: Change addRangeTableEntryForRelation() to take a Relation pointer
Tom Lane (16:50)
python - web: Fix broken links(sp -> project).
User Jwp (18:23)
pgsql: Simplify initdb-time assignment of OIDs as I proposed yesterday,
Tom Lane (18:54)
2005-04-14
pgsql: First phase of project to use fixed OIDs for all system catalogs
Tom Lane (01:38)
newsysviews - newsysview: rules view
User Andrewsn (04:11)
newsysviews - newsysview: Finished pg_users Added pg_groups Added
User Aglio (04:31)
pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
Michael Meskes (10:08)
pgsql: Added patch by Philip Yarra <philip.yarra@internode.on.net> for a
Michael Meskes (10:09)
docbot - docbot: Actually use config
User Pjmodos (13:09)
docbot - docbot: Bot now rereads config on SIGHUP.
User Pjmodos (14:41)
pgsql: Completion of project to use fixed OIDs for all system catalogs
Tom Lane (20:03)
pgsql: Marginal hack to use a specialized hash function for dynahash
Tom Lane (20:32)
pgsql: Must count '*' characters as potential arguments.
Tom Lane (20:53)
pgsql: Don't try to constant-fold functions returning RECORD, since the
Tom Lane (21:44)
pgsql: Don't try to constant-fold functions returning RECORD, since the
Tom Lane (21:44)
pgsql: Don't try to constant-fold functions returning RECORD, since the
Tom Lane (21:44)
pgsql: Don't try to constant-fold functions returning RECORD, since the
Tom Lane (21:44)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group