| 2003-01-19 | 
Bruce Momjian | This patch includes a lot of minor cleanups to the...  | 
commit | commitdiff | tree | 
| 2003-01-18 | 
Bruce Momjian | Improve symlink handling for C tags file. | 
commit | commitdiff | tree | 
| 2003-01-17 | 
Bruce Momjian | Add section on testing index scan. | 
commit | commitdiff | tree | 
| 2003-01-17 | 
Bruce Momjian | Add dash to: | 
commit | commitdiff | tree | 
| 2003-01-17 | 
Tom Lane | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs...  | 
commit | commitdiff | tree | 
| 2003-01-17 | 
Tom Lane | Adjust API of expression_tree_mutator and query_tree_mu...  | 
commit | commitdiff | tree | 
| 2003-01-16 | 
Tom Lane | Add code to print information about a detected deadlock...  | 
commit | commitdiff | tree | 
| 2003-01-16 | 
Tom Lane | Ooops, didn't cut-and-paste quite enough code from...  | 
commit | commitdiff | tree | 
| 2003-01-16 | 
Tom Lane | Fix bogus formatting of DROP DATABASE command, per...  | 
commit | commitdiff | tree | 
| 2003-01-16 | 
Tom Lane | Repair an embarrassingly large number of alphabetizatio...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Peter Eisentraut | Add remaining documentation tables to information schema. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Tom Lane | Now that switch_outer processing no longer relies on...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Oops, put back changes.  Those were Peter's, not mine. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Revert my changes to features.sgml. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | More comment cleanups for shared_buffers in postgresql...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Update shared_buffer comment in postgresql.conf. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Back out ORDER BY addition to Inet, for Tom. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Tom Lane | Allow merge and hash joins to occur on arbitrary expres...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Reorder VARCHAR() to appear before CHAR() in docs. | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | This patch fixes an incorrect statement and makes a...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | This patch includes some minor fixes and improvements...  | 
commit | commitdiff | tree | 
| 2003-01-15 | 
Bruce Momjian | Add ORDER BY for inet regression, pointed out by Rod...  | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Peter Eisentraut | Add sql_features table to information schema.  Generate...  | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Bruce Momjian | Readd #include netinet/in.h for FreeBSD. | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Peter Eisentraut | Escape ampersand. | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Barry Lind | Bumped up build number to 200 | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Barry Lind | Patch from Florian Wunderlich to correctly support...  | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Barry Lind | Patch from Aaron Mulder to have pooled connections...  | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Barry Lind | Patch from Kris Jurka to improve the performance of...  | 
commit | commitdiff | tree | 
| 2003-01-14 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Bruce Momjian | Add Hugarian FAQ, from Laszlo Hornyak | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Tom Lane | Fix information_schema.sql install to work when buildin...  | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Tom Lane | Reconsider mechanism for marking sub-selects that are...  | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Hiroshi Inoue | Change Adjust_lo_type() so that it doesn't cause an...  | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Bruce Momjian | Fixes to pgcvslog for last narrive entry. | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Tom Lane | Cause planner to account for evaluation costs in target...  | 
commit | commitdiff | tree | 
| 2003-01-13 | 
Tom Lane | Recent changes in sublink representation require exprTy...  | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Tom Lane | Revise cost_qual_eval() to compute both startup (one...  | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Tom Lane | Fix wrong/misleading comments, be more consistent about...  | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Tom Lane | Fix some minor grammatical errors. | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Bruce Momjian | Update CHAR(). | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Peter Eisentraut | Replace RelidGetNamespaceId() by get_rel_namespace(). | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Bruce Momjian | Update CHAR() description. | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Bruce Momjian | Update date only. | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Bruce Momjian | Improve CHAR() description. | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Tom Lane | First cut at implementing IN (and NOT IN) via hashtable...  | 
commit | commitdiff | tree | 
| 2003-01-12 | 
Bruce Momjian | SGML build cleanups from Neil Conway. | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | Fix capitalization. | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | Back out flockfile change for NetBSD.  Giles Lean repor...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Tom Lane | Cause symlinks for shared-library versioning to run...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | Fix markup problem in link to other SGML file. | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Tatsuo Ishii | Fix typo in an error message | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | > > This patch improves the documentation for the share...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | Rewrite for-loop, because this is not the Obfuscated...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | A tiny patch to fix a typo in configure.in and another...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Bruce Momjian | Add doc links from SET to SET_CONSTRAINTS, SET_SESSION_...  | 
commit | commitdiff | tree | 
| 2003-01-11 | 
Peter Eisentraut | Fix markup. | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Tom Lane | Create a new file executor/execGrouping.c to centralize...  | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Tom Lane | Add missing <limits.h> for INT64_IS_BUSTED case. | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Peter Eisentraut | Read-only transactions, as defined in SQL. | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Peter Eisentraut | Do not shell-quote the name of the editor, so that...  | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Tom Lane | Further tweaking of parsetree & plantree representation...  | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Peter Eisentraut | Add optional drop behavior clause to REVOKE command...  | 
commit | commitdiff | tree | 
| 2003-01-10 | 
Peter Eisentraut | Clean ip.c. | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Adjust parser so that 'x NOT IN (subselect)' is convert...  | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Add missing #include <getopt.h>. | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Move new typedef AclId into c.h, so as to avoid clutter...  | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Peter Eisentraut | Fix IPv6 detection and IPv6 to 4 conversion to use...  | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Call timestamp_in with proper arguments, per gripe...  | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Bruce Momjian | Fix indenting of log_min_error_statement. | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Bruce Momjian | Remove bit.c/h routines.  Not used anymore. | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Repair inconsistent rounding behavior for timestamp...  | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Bruce Momjian | add to threads discussion. | 
commit | commitdiff | tree | 
| 2003-01-09 | 
Tom Lane | Add missing pg_proc entry for interval_scale().  The...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Remove 'const' from secure_write, to prevent compiler...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Tom Lane | Guard against stopping when numberTuples=0 and counter...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | The second was that renegotiation was just plain broken...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | I was playing around with 7.3.1 and found some more...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Fix dumping of DEFERRABLE/INITIALLY DEFERRED: | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Updated deferred trigger patch. | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | This trivial patch implements disabled, deferred trigge...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Enhanced error/help message for pg_controldata. | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Tom Lane | Reconsider old decision to try to constant-fold default...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Tom Lane | Repair bug noticed by Deepak Bhole: a shell type should...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Fix pgpass to work with PQconnectDB(). | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Tom Lane | Fix for bug #866.  7.3 contains new logic for avoiding...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Only set the database name if we find a match in the...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
D'Arcy J.M...  | Correction to last patch.  As per the DB-API spec,...  | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2003-01-08 | 
Tom Lane | Code review for FETCH/MOVE 0 changes.  Improve document...  | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Tom Lane | SendFunctionResult should take care to detoast varlena...  | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Tom Lane | Fix various places where global s/NOTICE/WARNING/ was...  | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Upgrade to my2pg 1.9 | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Upgrade to even newer ora2pg 2.0. | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Upgrade to ora2pg 1.10.  Backpatch to 7.3.X. | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Tom Lane | Update for new we-always-have-getopt_long approach. | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Tom Lane | Apply the proper version of Christopher Kings-Lynne...  | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Add connection service file. | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Silence compiler warning caused by removal of netinet...  | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Bruce Momjian | Document that psql \encoding doesn't see SET CLIENT_ENC...  | 
commit | commitdiff | tree | 
| next |