2001-08-25 |
Bruce Momjian | Add intended Array.java file that accidentally was... |
commit | commitdiff | tree | snapshot |
2001-08-25 |
Peter Eisentraut | update from Serguei Mokhov |
commit | commitdiff | tree | snapshot |
2001-08-25 |
Peter Eisentraut | Hide backend debug output in initdb by default. To... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Peter Eisentraut | c.h needs to include postgres_ext.h to be self-contained. |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Peter Eisentraut | Missed this part in pg_config.h rename. |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Peter Eisentraut | Add ecpg --help and --version. Renumber the exit statu... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Peter Eisentraut | Start adding some more documentation about the number... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Bruce Momjian | Reverse sense of comparison in psql socket test, per... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Bruce Momjian | Remove outdated documentation section of ecpg. |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Bruce Momjian | There are two problems when compiling libpq.dll and... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Bruce Momjian | Attached is a patch to fix the current issues with... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Peter Eisentraut | Rename config.h to pg_config.h and os.h to pg_config_os... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Ensure that all TransactionId comparisons are encapsula... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Makefile forgot to install README.btree_gist. |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Add chkpass. |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Bring chkpass build process into sync with other contri... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Remove test of 'inf' since it introduces a platform... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | tskey_cmp() should use timestamp_cmp() instead of doing... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Tom Lane | Allow the return value of an SQL function to be binary... |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Peter Eisentraut | Add option to output SET SESSION AUTHORIZATION commands... |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Peter Eisentraut | remove no longer needed -Wno-error |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Tom Lane | New contrib module for BTREE emulation in GiST. |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Tom Lane | Update GiST for new pg_opclass arrangement (finally... |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Tom Lane | Persuade new pgcrypto stuff to compile. |
commit | commitdiff | tree | snapshot |
2001-08-22 |
Bruce Momjian | Attached is a simple one line patch for the problem... |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Here's a resend of the patch.gz. I gunzip'ed it fine... |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Tom Lane | Remove special-case treatment of all-zeroes MAC address... |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | > Ok, where's a "system dependent hack" :) |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Tom Lane | Restructure pg_opclass, pg_amop, and pg_amproc per... |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Move WAL params higher in file, next to fsync option. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Peter Eisentraut | Add -Wno-error because of "unclean" flex output. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Regroup GEQO configs. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add new jdbc array file. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add 0.2 version XML files. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add ECPGd_cardinality to end of enum list so ecpg compiles. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add missing include for SCM_CREDS. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Remove krb.c. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Hiroshi Inoue | Fix a lot of compile errors on unix. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Remove encode.*. Not needed anymore. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Remove object file. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add missing pgcrypto file. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | /contrib/pgcrypto: |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | 1. I've now produced an updated version (and called... |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | > |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Update XML author's email address. |
commit | commitdiff | tree | snapshot |
2001-08-21 |
Bruce Momjian | Add SCM_CREDS to get owner of unix-domain socket on... |
commit | commitdiff | tree | snapshot |
2001-08-20 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Peter Eisentraut | One more round of translations and slight message tweaks |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Michael Meskes | - Synced preproc.y with gram.y. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Hiroshi Inoue | 1) Change all internal SQL function calls from |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Hiroshi Inoue | Ensure to hold an exclusive lock while reindexing a... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | A little more code reorg for MD5/crypt. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Reorder MD5/crypt so MD5 comes first in the code. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Remove some unneeded dashes from libpq comments. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Add \n to libpq print output where needed. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | This patch updates some comments in the DatabaseMetaDat... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Thanks for your feedback (and patience). Enclosed... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Attached is the patch requested by Tom Lane (see below... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Force crypt() salt to be null-terminated. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Bruce Momjian | Add 4-byte MD5 salt. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tom Lane | geo_distance function needs to be marked strict. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Bruce Momjian | Update list of files to update. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tom Lane | Sequences are now based on int8, not int4, arithmetic... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Bruce Momjian | Add new MD5 pg_hba.conf keyword. Prevent fallback... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Bruce Momjian | This patch fixes the well-known but unfixed bug that... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tatsuo Ishii | Fix typo. pg_dump -B --> pg_dump -b |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Bruce Momjian | Remove protocol version change. Try MD5 first, then... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Use malloc/palloc as appropriate. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Move md5.h contents to crypt.h. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Remove unneeded patch. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Remove UNDO dicussion. It was inconclusive, and too... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Just a test. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | update. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | update |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | update |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Add new files. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Bruce Momjian | Use MD5 for wire protocol encryption for >= 7.2 client... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tatsuo Ishii | Add convert. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tatsuo Ishii | Add conver/convert2 functions. They are similar to... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Bruce Momjian | Put back changes I overwrote packaging 7.1.3. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Bruce Momjian | Put back changes I overwrote in packaging 7.1.3. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Tom Lane | sum() on int2 and int4 columns now uses an int8, not... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Bruce Momjian | Add HISTORY for 7.1.3. Packaging done. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Tom Lane | Fix brokenness of nested EXCEPT/INTERSECT queries.... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Peter Eisentraut | Make LANCOMPILER clause in CREATE LANGUAGE optional... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Tom Lane | Make hashjoin give the right answer with toasted input... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Tom Lane | Add comparison operators and btree indexing support... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Bruce Momjian | Patch NAME section of reference pages. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tom Lane | Make ALTER TABLE RENAME on a view rename the view's... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Peter Eisentraut | Make pg_dump handle the new privileges. |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Peter Eisentraut | Clean up some warnings and bugs and make things build... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Tom Lane | CREATE VIEW with optional column name list wasn't quite... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Document column-name-list option of CREATE VIEW ..... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Revert removal of relhaspkey support; fix unnecessary... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Mention that COPY cannot be used on a view (per recent... |
commit | commitdiff | tree | snapshot |
next |