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-07-10 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
31
2005-07-10
pgsql: Add psql \pset numericsep to allow output numbers like 100,000.0
Bruce Momjian (03:46)
pgsql: This patch adds implementation of SHA2 to pgcrypto.
Bruce Momjian (03:52)
pgsql: - Add Fortuna PRNG to pgcrypto.
Bruce Momjian (03:55)
pgsql: Major pgcrypto changes: of password-based encryption from
Bruce Momjian (03:57)
pgsql: I made the patch that implements regexp_replace again.
Bruce Momjian (04:54)
pgsql: This patch addresses the problem mentioned in the "process crash
Bruce Momjian (04:56)
pgsql: Update.
Bruce Momjian (05:06)
pgsql: Add missing pgcrypto files from previous commit.
Bruce Momjian (13:46)
pgsql: As Kris Jurka found out, pgcrypto does not work with OpenSSL
Bruce Momjian (13:54)
pgsql: This patch implements putting language handlers for the optional
Bruce Momjian (14:26)
pgsql: Add --encoding to pg_dump.
Bruce Momjian (15:08)
pgsql: The attached patch implements spi_query() and spi_fetchrow()
Bruce Momjian (15:19)
pgsql: Following up a previous thought I had, yesterday I realised how
Bruce Momjian (15:32)
pgsql: Remove #include <openssl/bn.h> as compile fix.
Bruce Momjian (15:37)
pgsql: Use failure-safe pg_malloc consistently in psql/print.c.
Bruce Momjian (15:48)
pgsql: Reverse pg_malloc patch because psql/print.c is used in scripts
Bruce Momjian (15:53)
pgsql: Rename xmalloc to pg_malloc for consistency with psql usage.
Bruce Momjian (16:13)
pgsql: Suppress compile warning.
Tom Lane (17:22)
Re: pgsql: I made the patch that implements regexp_replace again.
Tom Lane (17:25)
pgsql: Add extra argument for new pg_regexec API.
Bruce Momjian (18:32)
Re: pgsql: I made the patch that implements regexp_replace
Bruce Momjian (18:32)
pgsql: > One more failure: > > I think this is because we don't have -lz
Bruce Momjian (18:32)
pgestraier - pgestraier: misc cleanups
User Dpavlin (19:27)
pgestraier - pgestraier: subversion revision 37 commited to CVS
User Dpavlin (19:27)
pgestraier - pgestraier: added est_cond_set_max to return just minumum
User Dpavlin (19:27)
pgestraier - pgestraier: subversion revision 38 commited to CVS
User Dpavlin (19:28)
pgestraier - pgestraier: removed misleading INFO message (hint: it's not
User Dpavlin (19:28)
pgestraier - pgestraier: subversion revision 39 commited to CVS
User Dpavlin (19:28)
pgsql: Change typreceive function API so that receive functions get the
Tom Lane (21:14)
pgsql: Missed adding extra argument to array_recv in a couple of places
Tom Lane (21:36)
2005-07-11
tpc-w-php - tpcw-benchmark: Do not reference to an image in the error
User Wieck (13:21)
tpc-w-php - tpcw-benchmark: Make sure we use the DB based session save
User Wieck (13:23)
tpc-w-php - tpcw-benchmark: Save user info in session data.
User Wieck (13:23)
tpc-w-php - tpcw-benchmark: Extended index definition on tpcw_orders and
User Wieck (13:32)
pgsql: Add support for AES cipher with older OpenSSL libraries.
Tom Lane (14:38)
pgsql: More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
Tom Lane (15:08)
pgsql: Avoid bzero/bxopy in favor of more standard library routines.
Tom Lane (15:40)
pgsql: I forgot to update win32 code when doing a renaming in random.c.
Tom Lane (17:00)
pgsql: Further tweaking of Win32-specific random code.
Tom Lane (19:06)
2005-07-12
pgsql: Fix plperl to do recursion safely, and fix a problem with array
Tom Lane (01:16)
python - web: Bold h4.
James William Pye (03:45)
python - web: Extra info regarding 01.
James William Pye (03:46)
pgsql: Change 5e0 to 5.0, for consistency.
Bruce Momjian (15:17)
pgsql: Improve comments for AdjustIntervalForTypmod.
Bruce Momjian (16:05)
Re: pgsql: Improve comments for AdjustIntervalForTypmod.
Tom Lane (16:39)
pgsql: More pgcrypto fixes: handle long messages correctly, suppress
Tom Lane (20:27)
pgsql: Fix plperl crash with list value return for an array result type.
Tom Lane (20:35)
pgsql: Hack around the discrepancy between default library search paths
Tom Lane (23:06)
2005-07-13
pgsql: Documentation for some new PL/Perl features.
Neil Conway (02:10)
pgsql: Move -L flag around for shared builds: I wrote: > So either we
Bruce Momjian (02:11)
pgsql: Add backslashes to parentheses in awk regex because if not, they
Bruce Momjian (04:00)
pgsql: Fix pgindent to not have blank line before #else in variable
Bruce Momjian (04:44)
Re: pgsql: Improve comments for AdjustIntervalForTypmod.
Bruce Momjian (04:45)
orafce - orafce: I add fmt parametrized functions trunc and round for
User Okbob (12:33)
pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane (15:25)
pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane (15:26)
pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane (15:26)
pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane (15:26)
pgsql: Fix #elif spacing too.
Bruce Momjian (15:59)
pgsql: Fix unwanted side-effects of recent SHLIB_LINK -L patch on
Tom Lane (17:00)
pgsql: Remove extraneous space after -L ...
Tom Lane (17:12)
configurator - configurator: More or less working code now, Rules still
User Davecramer (17:46)
pgsql: Fix a couple of bogus comments, per Alvaro.
Tom Lane (22:46)
2005-07-14
pgsql: Integrate autovacuum functionality into the backend.
Tom Lane (05:13)
pgsql: This doc patch replaces all inappropriate references to SQL:1999
Neil Conway (06:17)
pgsql: Fix malloc length for new numeric separator patch.
Bruce Momjian (06:46)
pgsql: barebones variable name -> tuples_only, for consistency.
Bruce Momjian (06:49)
pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT"
Neil Conway (07:12)
pgsql: Add numeric separator support for latex and troff output methods.
Bruce Momjian (07:32)
pgsql: Change numericsep to a boolean, and make it locale-aware.
Bruce Momjian (08:42)
pgsql: Fix mis-backport of libpq memory leak fix.
Tom Lane (14:07)
pgsql: Fix mis-backport of libpq memory leak fix.
Tom Lane (14:07)
pgsql: Make better thousands_sep default based on decimal marker value.
Bruce Momjian (15:54)
pgsql: Enable multi-byte thousands_sep and decimal_point for numericsep.
Bruce Momjian (21:12)
pgsql: Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane (21:46)
bizgres - bizgres: Changed user visible references from "DG Loader" to
User Agoldshuv (22:10)
2005-07-15
python - be: Add Python warnings.showwarning overload.
James William Pye (15:30)
pgsql: Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)'
Tom Lane (17:09)
pgsql: Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)'
Tom Lane (17:09)
pgsql: Check for out-of-range varoattno in deparse_context_for_subplan.
Tom Lane (18:40)
pgsql: Check for out-of-range varoattno in deparse_context_for_subplan.
Tom Lane (18:40)
pgsql: Fix SGML spacing.
Bruce Momjian (19:02)
pgsql: Fix create_unique_plan() so it doesn't generate useless entries
Tom Lane (22:02)
2005-07-16
pgsql: Fix bogus "extern int errno;" in back branches, per Andrew
Tom Lane (15:23)
pgsql: Fix bogus "extern int errno;" in back branches, per Andrew
Tom Lane (15:23)
pgsql: Fix bogus "extern int errno;" in back branches, per Andrew
Tom Lane (15:24)
pgsql: The geometry_2 variant appears to be needed in 7.4 branch as well
Tom Lane (18:39)
pgsql: Mark the geometry regression test as an ignorable failure in the
Tom Lane (19:01)
pgsql: Mark the geometry regression test as an ignorable failure in the
Tom Lane (19:02)
pgsql: Back-patch into 7.2 branch the 7.3 changes that made contrib/cube
Tom Lane (19:27)
python - be: Remove convenience types.
James William Pye (19:29)
python - be: Remove cStringIO garbage.
James William Pye (19:38)
pgsql: Back-patch into 7.2 branch the 7.3 changes that made contrib/seg
Tom Lane (19:48)
pgsql: cube_1 variant is needed in 7.4 branch, per results from
Tom Lane (20:11)
pgsql: Back-patch 8.0's tightening of ORDER BY clauses in join
Tom Lane (20:20)
pgsql: ecpglib depends on last_path_separator from src/port/path.c, so
Tom Lane (20:39)
python - be: Rely on relative paths.
James William Pye (21:04)
2005-07-17
pgsql: Back-patch recent changes to alter the order of -L flags inserted
Tom Lane (04:05)
pgsql: Back-patch recent changes to alter the order of -L flags inserted
Tom Lane (04:06)
pgbuildfarm - client-code: branches before 7.3 didn't have --no-locale
User Andrewd (12:33)
pgsql: Adjust alter_table regression test to avoid conflicts with
Tom Lane (17:26)
pgsql: Looks like cube_1 variant is also needed in 7.3 branch.
Tom Lane (17:36)
pgsql: Make pg_regress accept a command-line option for the temporary
Tom Lane (18:28)
pgsql: Make pg_regress accept a command-line option for the temporary
Tom Lane (18:29)
pgsql: Make pg_regress accept a command-line option for the temporary
Tom Lane (18:29)
pgbuildfarm - client-code: add Tom Lane's warning regarding 5 digit
User Andrewd (19:10)
python - be: Reorder initialization process.
James William Pye (21:43)
2005-07-18
pgpool - pgpool: version 2.6.1.
User T-ishii (01:42)
pgsql: MemSet() must not cast its pointer argument to int32* until after
Tom Lane (15:53)
pgsql: MemSet() must not cast its pointer argument to int32* until after
Tom Lane (15:53)
pgsql: MemSet() must not cast its pointer argument to int32* until after
Tom Lane (15:54)
pgsql: MemSet() must not cast its pointer argument to int32* until after
Tom Lane (15:54)
pgsql: MemSet() must not cast its pointer argument to int32* until after
Tom Lane (15:55)
pgsql: Fix C++-style comments, per Rocco Altier.
Tom Lane (16:35)
pgsql: Small cleanups for pgcrypto.
Tom Lane (17:09)
pgsql: Fortuna fixes.
Tom Lane (17:12)
pgsql: pgcrypto documentation update.
Tom Lane (17:17)
pgsql: Adjust psql describe queries so that any pg_foo_is_visible()
Tom Lane (17:40)
pgsql: Fix bogus backslash sequences, per Kris Jurka.
Tom Lane (17:48)
pgsql: Fix numiericsep length computations.
Bruce Momjian (18:58)
pgsql: Avoid need for E'' construct by using regexp instead of LIKE.
Tom Lane (19:09)
pgsql: Avoid use of E'', and thereby creating an unnecessary
Tom Lane (19:12)
pgsql: Back-patch fix for erroneous backslashing of LIKE pattern.
Tom Lane (19:18)
pgsql: Fix len so decimal length is only added when a period appears in
Bruce Momjian (19:27)
pgsql: \pset numericsep -> numericlocale.
Bruce Momjian (20:57)
pgsql: It appears that Darwin (OS X) does not cope well with C functions
Tom Lane (21:37)
pgsql: Fix some bogosities in geometric-function documentation: add an
Tom Lane (22:34)
bizgres - bizgres: Added CSV and BINARY data formats to the buffered
User Agoldshuv (23:47)
2005-07-19
pgsql: Documentation tweak: make <command>CREATE OPERATOR
Neil Conway (01:27)
bizgres - bizgres: Check in the code for the bitmap scan.
User Jzhang (08:31)
python - pkg: Imported Sources
James William Pye (21:47)
bizgres - bizgres: Check in the code for the bitmap scan.
User Jzhang (23:11)
2005-07-20
pgsql: Fix interval division and multiplication, before: test=> select
Bruce Momjian (03:50)
pgsql: Add 'day' field to INTERVAL so 1 day interval can be
Bruce Momjian (16:42)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval
Bruce Momjian (17:21)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval can be
Tom Lane (17:23)
pgsql: Update catalog version for INTERVAL day addition.
Bruce Momjian (17:24)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval
Bruce Momjian (17:24)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval can be
Kris Jurka (17:50)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval
Bruce Momjian (18:05)
pgsql: /contrib/btree_gist adjustments for new 'day' interval value.
Bruce Momjian (18:17)
Re: [COMMITTERS] pgsql: Add 'day' field to INTERVAL so 1 day interval
Bruce Momjian (18:20)
bizgres - bizgres: New Directory
User Bklawans (22:48)
bizgres - bizgres: The newly release 1.0 version of JasperReports.
User Bklawans (22:51)
bizgres - bizgres: New Directory
User Bklawans (22:52)
bizgres - bizgres: New Directory
User Bklawans (22:56)
bizgres - bizgres: New Directory
User Bklawans (23:02)
bizgres - bizgres: Added JasperReports license information.
User Bklawans (23:03)
bizgres - bizgres: Some SQL scripts to create additional aggregate
User Bklawans (23:10)
bizgres - bizgres: Initial check in of the first set of reports.
User Bklawans (23:28)
python - ex: Use 'Py' instead of 'PY' for the Python code class as it
James William Pye (23:45)
python - ex: Add code specific classes and generalize IntegrityError.
James William Pye (23:45)
pgsql: Fix breakage of INSTALL document build.
Tom Lane (23:57)
2005-07-21
pgsql: Add time/date macros for code clarity: #define DAYS_PER_YEAR
Bruce Momjian (03:56)
pgsql: Fix storage size for btree_gist interval indexes.
Tom Lane (04:15)
Re: pgsql: Add time/date macros for code clarity: #define DAYS_PER_YEAR
Tom Lane (04:19)
pgsql: Remove unnecessary parentheses in assignments.
Bruce Momjian (04:41)
Re: pgsql: Add time/date macros for code clarity: #define
Bruce Momjian (04:46)
pgsql: Add comment marking non-exact time conversion macros.
Bruce Momjian (04:48)
Re: pgsql: Add time/date macros for code clarity: #define DAYS_PER_YEAR
Tom Lane (04:52)
Re: pgsql: Add time/date macros for code clarity: #define
Bruce Momjian (04:55)
Re: pgsql: Add time/date macros for code clarity: #define DAYS_PER_YEAR
Tom Lane (04:57)
Re: pgsql: Add 'day' field to INTERVAL so 1 day interval
Bruce Momjian (04:57)
Re: pgsql: Add time/date macros for code clarity:
Marc G. Fournier (05:02)
Re: pgsql: Add time/date macros for code clarity: #define
Tom Lane (05:08)
Re: pgsql: Add time/date macros for code clarity: #define
Bruce Momjian (05:11)
Re: pgsql: Add time/date macros for code clarity: #define
Bruce Momjian (05:13)
pgsql: Fix integer timestamp build for macro changes.
Bruce Momjian (05:18)
Re: pgsql: Add time/date macros for code clarity: #define
Bruce Momjian (05:18)
uri - uri: added uri_table -> uri cast
User Applejack (09:54)
pgsql: Add: < > * Research storing disk pages with no
Bruce Momjian (13:43)
pgsql: Add comment about void* use in MemSet.
Bruce Momjian (15:16)
bizgres - bizgres: ENHANCEMENTS: 1.
User Aparashar (17:53)
bizgres - bizgres: ENHANCED THE README TO REFLECT THE ENHANCEMENTS ON
User Aparashar (17:56)
pgsql: Update DAYS_PER_MONTH comment.
Bruce Momjian (18:06)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:13)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:15)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:20)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:21)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:22)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:28)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:28)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:29)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:30)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:31)
bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION
User Aparashar (18:33)
pgsql: More comment update of time macros.
Bruce Momjian (20:37)
bizgres - bizgres: New Directory
User Nwakefield (20:57)
bizgres - bizgres: KETL configuration settings.
User Nwakefield (20:57)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
bizgres - bizgres: New Directory
User Nwakefield (21:54)
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
31
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group