| 2003-01-16 |
Tom Lane | Fix bogus formatting of DROP DATABASE command, per... |
commit | commitdiff | tree | snapshot |
| 2003-01-16 |
Tom Lane | Repair an embarrassingly large number of alphabetizatio... |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | More comment cleanups for shared_buffers in postgresql... |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | Update shared_buffer comment in postgresql.conf. |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | This patch fixes an incorrect statement and makes a... |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Bumped up build number to 107 |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Backport to 7.3 of patch to correctly handle fractional... |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Patch from Kris Jurka to improve the performance of... |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Bruce Momjian | Fix capitalization. |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Tom Lane | Cause symlinks for shared-library versioning to run... |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Tatsuo Ishii | Fix typo in an error messages |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Bruce Momjian | > > This patch improves the documentation for the share... |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Bruce Momjian | A tiny patch to fix a typo in configure.in and another... |
commit | commitdiff | tree | snapshot |
| 2003-01-10 |
Tom Lane | Add missing <limits.h> for INT64_IS_BUSTED case. |
commit | commitdiff | tree | snapshot |
| 2003-01-09 |
Bruce Momjian | Fix indenting of log_min_error_statement. |
commit | commitdiff | tree | snapshot |
| 2003-01-09 |
Tom Lane | Repair inconsistent rounding behavior for timestamp... |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Bruce Momjian | Remove 'const' from secure_write, to prevent compiler... |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Bruce Momjian | The second was that renegotiation was just plain broken... |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Bruce Momjian | I was playing around with 7.3.1 and found some more... |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Bruce Momjian | Fix dumping of DEFERRABLE/INITIALLY DEFERRED: |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Tom Lane | Repair bug noticed by Deepak Bhole: a shell type should... |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Bruce Momjian | Fix pgpass to work with PQconnectDB(). |
commit | commitdiff | tree | snapshot |
| 2003-01-08 |
Tom Lane | Fix for bug #866. 7.3 contains new logic for avoiding... |
commit | commitdiff | tree | snapshot |
| 2003-01-07 |
Bruce Momjian | Backpatch extra slash removal into 7.3.X. HEAD already... |
commit | commitdiff | tree | snapshot |
| 2003-01-07 |
Bruce Momjian | Fix doc chmod .pgpass line in 7.3.X. Head already... |
commit | commitdiff | tree | snapshot |
| 2003-01-07 |
Bruce Momjian | Upgrade to my2pg 1.9 |
commit | commitdiff | tree | snapshot |
| 2003-01-07 |
Bruce Momjian | Upgrade to even newer ora2pg 2.0. |
commit | commitdiff | tree | snapshot |
| 2003-01-07 |
Bruce Momjian | Upgrade to ora2pg 1.10. Backpatch to 7.3.X. |
commit | commitdiff | tree | snapshot |
| 2003-01-05 |
Tom Lane | Fix inherited UPDATE for cases where child column numbe... |
commit | commitdiff | tree | snapshot |
| 2003-01-05 |
Tom Lane | Add missing include --- seems include file references... |
commit | commitdiff | tree | snapshot |
| 2003-01-04 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2003-01-03 |
Hiroshi Inoue | Add casts between oid and lo in contrib. |
commit | commitdiff | tree | snapshot |
| 2003-01-02 |
Bruce Momjian | Fix BSD/OS thread file locking bug in new fseeko code. |
commit | commitdiff | tree | snapshot |
| 2003-01-01 |
Tom Lane | fastpath code neglected to check whether user has privi... |
commit | commitdiff | tree | snapshot |
| 2003-01-01 |
Tom Lane | Awhile back I wrote that freebsd.h was probably broken... |
commit | commitdiff | tree | snapshot |
| 2002-12-30 |
Tom Lane | Point does not return a center of lseg. |
commit | commitdiff | tree | snapshot |
| 2002-12-29 |
Tom Lane | Adjust hash table sizing algorithm to avoid integer... |
commit | commitdiff | tree | snapshot |
| 2002-12-27 |
Tom Lane | Deliver better error message when a relation name is... |
commit | commitdiff | tree | snapshot |
| 2002-12-27 |
Tom Lane | Remove overenthusiastic free'ing of comment dependencie... |
commit | commitdiff | tree | snapshot |
| 2002-12-27 |
Bruce Momjian | Small fix in documentation and some examples of usage... |
commit | commitdiff | tree | snapshot |
| 2002-12-27 |
Bruce Momjian | Trivial patch to increase max_fsm_pages as per earlier... |
commit | commitdiff | tree | snapshot |
| 2002-12-23 |
Bruce Momjian | Update SSL error message for improper permissions.... |
commit | commitdiff | tree | snapshot |
| 2002-12-21 |
Tom Lane | Fix possible buffer overrun in \d command: substr(... REL7_3_1 |
commit | commitdiff | tree | snapshot |
| 2002-12-20 |
Bruce Momjian | Update 7.3.1 to give proper attribution to pg_dump... |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Peter Eisentraut | Fix release notes and installation instructions for... |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Bruce Momjian | Update Russian FAQ. Update all FAQ's for 7.3.X branch. |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Bruce Momjian | Update RELEASE checklist. |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Bruce Momjian | Update INSTALL file for 7.3.1. |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
PostgreSQL... | From the SSL_CTX_new man page: |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Bruce Momjian | Update FAQ for 7.3.1. |
commit | commitdiff | tree | snapshot |
| 2002-12-18 |
Bruce Momjian | Stamp 7.3.1. |
commit | commitdiff | tree | snapshot |
| 2002-12-16 |
Tom Lane | Fix ALTER TABLE ADD COLUMN to disallow the same column... |
commit | commitdiff | tree | snapshot |
| 2002-12-14 |
Bruce Momjian | The actual segfault was caused by a double pfree()... |
commit | commitdiff | tree | snapshot |
| 2002-12-14 |
Bruce Momjian | Ok, I think I've gotten this figured out now. I saw... |
commit | commitdiff | tree | snapshot |
| 2002-12-13 |
Bruce Momjian | Backpatch SSL fixes into 7.3.1. |
commit | commitdiff | tree | snapshot |
| 2002-12-13 |
Bruce Momjian | Increment libpq major number for 7.3.1 and minor for... |
commit | commitdiff | tree | snapshot |
| 2002-12-13 |
Bruce Momjian | This patch fixes minor bugs in dictionary generator... |
commit | commitdiff | tree | snapshot |
| 2002-12-12 |
Tom Lane | Guard against overrunning CTZName buffer when TZ is... |
commit | commitdiff | tree | snapshot |
| 2002-12-12 |
Tom Lane | Back-patch fix to prevent core dump in EXPLAIN if optim... |
commit | commitdiff | tree | snapshot |
| 2002-12-11 |
Bruce Momjian | Mark SCO Openserver 5.0.4. supported by 7.3.1 as per... |
commit | commitdiff | tree | snapshot |
| 2002-12-11 |
Bruce Momjian | Fix line count error reporting in config files, like... |
commit | commitdiff | tree | snapshot |
| 2002-12-11 |
Bruce Momjian | Bump version for 7.3 and 7.4. |
commit | commitdiff | tree | snapshot |
| 2002-12-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2002-12-09 |
Bruce Momjian | This patch updates doc/src/sgml/runtime.sgml to refer... |
commit | commitdiff | tree | snapshot |
| 2002-12-09 |
Peter Eisentraut | Fix Latin1/Unicode conversion by selecting the right... |
commit | commitdiff | tree | snapshot |
| 2002-12-09 |
Bruce Momjian | As far as I figured from the source code this function... |
commit | commitdiff | tree | snapshot |
| 2002-12-06 |
Tom Lane | Explain's code for showing quals of SubqueryScan nodes... |
commit | commitdiff | tree | snapshot |
| 2002-12-06 |
Bruce Momjian | Thank you very much, you catch it :). This bug had... |
commit | commitdiff | tree | snapshot |
| 2002-12-05 |
Tom Lane | localbuf.c must be able to do blind writes. |
commit | commitdiff | tree | snapshot |
| 2002-12-05 |
Tom Lane | Avoid pulling up sublinks from a subselect's targetlist... |
commit | commitdiff | tree | snapshot |
| 2002-12-05 |
Bruce Momjian | It looks like the problem was introduced when the ... |
commit | commitdiff | tree | snapshot |
| 2002-12-05 |
Bruce Momjian | Allow 'password' encryption even when pg_shadow has... |
commit | commitdiff | tree | snapshot |
| 2002-12-05 |
Dave Cramer | changed sort of column names to sort by attnum, not... |
commit | commitdiff | tree | snapshot |
| 2002-12-04 |
Tom Lane | Repair oversight in recent change of dependency extract... |
commit | commitdiff | tree | snapshot |
| 2002-12-03 |
Tom Lane | Fix off-by-one bug in usage check. |
commit | commitdiff | tree | snapshot |
| 2002-12-02 |
Tom Lane | Repair core dump when trying to delete an entry from... |
commit | commitdiff | tree | snapshot |
| 2002-12-02 |
Tom Lane | Fix script name in README. |
commit | commitdiff | tree | snapshot |
| 2002-12-02 |
Tom Lane | Fix dependency generation for multicolumn foreign keys... |
commit | commitdiff | tree | snapshot |
| 2002-12-01 |
Tom Lane | Fix pg_dump failure against 7.1 or older servers, per |
commit | commitdiff | tree | snapshot |
| 2002-12-01 |
Tom Lane | Repair coredump in COPY OUT when client encoding is... |
commit | commitdiff | tree | snapshot |
| 2002-11-29 |
Tom Lane | Repair prehistoric logic error in lseg_eq and lseg_ne. |
commit | commitdiff | tree | snapshot |
| 2002-11-27 |
Tom Lane | rm should be rm -f, per comment from Peter Harris. REL7_3 |
commit | commitdiff | tree | snapshot |
| 2002-11-27 |
Tom Lane | Update resultmap pattern for geometry-solaris-i386... |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Bruce Momjian | Update TODO in 7.3 branch |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Bruce Momjian | Recreate HISTORY file to match release.sgml changes... |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Bruce Momjian | Update build rules for /HISTORY. |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Bruce Momjian | Fix typo in release notes. |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Bruce Momjian | Allocate proper length for sprintf string, from Tatsuo. |
commit | commitdiff | tree | snapshot |
| 2002-11-26 |
Tatsuo Ishii | Guard against 0 length string encoding conversion case. |
commit | commitdiff | tree | snapshot |
| 2002-11-25 |
Bruce Momjian | Remove check for pg_group file as part of initdb -W... |
commit | commitdiff | tree | snapshot |
| 2002-11-23 |
Tom Lane | Fix inappropriate quoting in dblink. From Joe Conway. |
commit | commitdiff | tree | snapshot |
| 2002-11-23 |
Tom Lane | Update ports list from recent regression-test-database... |
commit | commitdiff | tree | snapshot |
| 2002-11-23 |
Tom Lane | Release note improvements (Neil, Tom) |
commit | commitdiff | tree | snapshot |
| 2002-11-23 |
Tom Lane | Remove inappropriate double-quoting in connectby()... |
commit | commitdiff | tree | snapshot |
| 2002-11-22 |
Tom Lane | Fix a dozen or so places that were passing unpredictabl... |
commit | commitdiff | tree | snapshot |
| 2002-11-22 |
Bruce Momjian | Fix elog in dbmirror to use %s. |
commit | commitdiff | tree | snapshot |
| 2002-11-22 |
Tom Lane | Quote database name properly when invoking pg_dump... |
commit | commitdiff | tree | snapshot |
| 2002-11-22 |
Tom Lane | TAS code originally written for s390 (32-bit) does... |
commit | commitdiff | tree | snapshot |
| 2002-11-21 |
Peter Eisentraut | Fixups for man pages |
commit | commitdiff | tree | snapshot |
| 2002-11-21 |
Tom Lane | Fix breakage in new-in-7.3 timetz_zone() function:... |
commit | commitdiff | tree | snapshot |
| next |