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 |
2001-08-04 |
Tom Lane | Fix handling of SIGCHLD, per recent pghackers discussio... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix residual breakage from Windows socket-errno patch... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix win32.mak to support MULTIBYTE build --- it was... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | For some reason, CREATE TYPE has only accepted alignmen... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix pg_dump so that comments on views are dumped in... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Clean up various memory leaks within plpgsql, and re... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Add a SPI_copytupledesc function that parallels SPI_cop... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Tweak memory context sizing for saved SPI plans. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Fix some poor decisions about sizing of trigger-related... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Bruce Momjian | I noticed that pltcl didn't have any way to get to... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Even though SO_PEERCRED is probably totally unportable... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Remove SO_PASSCRED step in ident_unix --- according... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Digging through previous discussion of this patch,... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Support ident authentication on local (Unix) socket... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Attached is a trivial patch to add ANALYZE to the tab... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Attached ia a patch to enable window size detection... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | The fti.pl supplied with the fulltextindex module gener... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Message typo was fixed in sources, but not in de.po. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tatsuo Ishii | When invoked with -i (initialize mode), split the copy... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Add mention of SIGHUP for pg_ident.conf. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Add documentation changes for new pg_hba.conf behavior. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Cleanup code for preparsing pg_hba.conf and pg_ident... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Further thought shows that has_distinct_on_clause(... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Fix optimizer to not try to push WHERE clauses down... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update 'translate' function description. translate... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update info on pg_hba.conf comments. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Fix unportable coding for FRONTEND case. |
commit | commitdiff | tree | snapshot |
next |