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 |
2001-08-10 |
Tom Lane | Since PQoidStatus is deprecated, we should probably... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Peter Eisentraut | update |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Cleanup some minor oversights in optional-OIDs stuff. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Make OIDs optional, per discussions in pghackers. ... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Tom Lane | Fix collateral damage from error message cleanup. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Peter Eisentraut | message refinements |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | No longer need TODO.detail/lock. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | The portion about the PQgetssl() function in the libpq... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | Attached is a patch to remove some redundant code in... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | 1. null-safe interface to GiST |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | Patch to LOCK multiple tables in one LOCK command. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Hiroshi Inoue | Add new files for the preparation. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Peter Eisentraut | This should be the right expected file. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Peter Eisentraut | Use format_type sibling in backend error messages,... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Peter Eisentraut | No longer a need for -Wno-error |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Bruce Momjian | Update branding for 7.1.3, no HISTORY yet. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Peter Eisentraut | corrections from the DocNotes |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tom Lane | Fix Cygwin build, per Jason Tishler. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tom Lane | Add TOAST table to the set of relkinds known to \d. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Peter Eisentraut | 0 -> O |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Peter Eisentraut | some clarifications inspired by the DocNotes |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Bruce Momjian | Update README for fuzzystrmatch description. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Bruce Momjian | Sorry - I should have gotten to this sooner. Here's... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Bruce Momjian | I think you replaced too many things with put(... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Bruce Momjian | A small patch to keep postgres working on the latest... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Bruce Momjian | Per this discussion, here's a patch to implement both... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Tom Lane | Fix thinko (revealed by gcc warning). |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Peter Eisentraut | Russian translation by Serguei Mokhov |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Peter Eisentraut | Czech translation for psql from Karel Zak |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Peter Eisentraut | Add a check for end of client connection before expecti... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Doesn't seem to be much point in keeping this README... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Update now-obsolete example of platform-specific regres... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Peter Eisentraut | Use a fixed error message for ERANGE to avoid duplicate... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Seems like a bad idea to free() a string we are about... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Modify partial-index-predicate applicability tester... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwit... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Peter Eisentraut | Do not pre-expand localedir as substituted in the makef... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Peter Eisentraut | update from upstream |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Peter Eisentraut | Check that the data directory does not have group or... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Bruce Momjian | Add QueryIsRule gram.y reset. |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tom Lane | Surely the pg_stat interrogation functions must not... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tom Lane | Show index predicate when doing \d on a partial index. |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tom Lane | Endeavor to make pgstats buffer process (a) safe and... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tom Lane | Remove no-longer-needed fcntl call (I'm not sure it... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Back out LOCK A,B,C patch at Tom's suggestion. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Compile fix for jdbc1. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | This patch is because Hurd does not support NOFILE... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | This patch adds the following to the FTI module: |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Looks okay in a quick glance, except error message... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | 1. Fixed error with empty array ( '{}' ), |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | > 1) When a row is retrieved, and then a SQL_FETCH_FIRS... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Attached is a patch that does the following: |
commit | commitdiff | tree | snapshot |
next |