2003-02-09 |
Tom Lane | Remove bogus comment (too freely copied & pasted). |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Tom Lane | Make further use of new bitmapset code: executor's... |
commit | commitdiff | tree | snapshot |
2003-02-08 |
Tom Lane | Replace planner's representation of relation sets,... |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Dave Cramer | applied Kris Jurka's patch for numeric |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Tom Lane | Revise mechanism for getting rid of temp tables at... |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Tom Lane | Make flatten_join_alias_vars() do the right thing when... |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Tom Lane | Create a GUC variable REGEX_FLAVOR to control the type... |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Tom Lane | Fix core dump when pltcl_elog is called with wrong... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Tom Lane | Allow qualified type names in CREATE CAST, DROP CAST... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Tom Lane | Replace regular expression package with Henry Spencer... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Dave Cramer | patch from Oliver Jowett to implement some of the jdbc3... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Bruce Momjian | Update Hungarian FAQ, from Laszlo Hornyak |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Bruce Momjian | Revert doc change so we mention moving past the last... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Dave Cramer | Applied Kris Jurkas patch to fix rollback and SQLException |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Dave Cramer | applied patch from Oliver Jowett |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Barry Lind | Two patches from Kris Jurka. One fixes a problem with... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Barry Lind | Patch from Nic Ferrier to add support for result sets... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Tom Lane | Minor code cleanup: remove no-longer-useful pull_subpla... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Tom Lane | Detect duplicate aggregate calls and evaluate only... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Tom Lane | #ifdef out stuff that shouldn't be compiled when not... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Tom Lane | Determine the set of constraints applied to a domain... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Bruce Momjian | Add mention of CURRENT_SCHEMA for object creation. |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Bruce Momjian | Don't print NO ACTION foreign key actions in dumps... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Tom Lane | Tweak planner and executor to avoid doing ExecProject... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Bruce Momjian | Move pg_service.conf.sample to /interfaces/libpq. |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Bruce Momjian | Change MOVE LAST to MOVE ALL. |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tom Lane | Implement EXPLAIN EXECUTE. By Neil Conway, with some... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tom Lane | Update release history for 7.3.2. |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tom Lane | Fix nodeUnique to behave correctly when reversing direc... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Remove restriction that cast functions cannot be volati... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Cleaner solution to the problem of loading pre-7.3... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Changes of 6-Sep-02 broke pg_restore's ability to recog... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Fix assign_session_authorization() to not be confused... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Prevent core dump from calling Tcl_DontCallWhenDeleted... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tom Lane | Apply ljb's patch to prevent both memory leak and core... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Make plpython's spi_execute interface handle NULLs... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Clean up plpython error reporting so that its regressio... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Tweak bison build rules so that we get the same error... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Allow a time zone to be specified (and silently ignored... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Handle mixed-case names properly in plpgsql_parse_tripw... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tom Lane | Fix typo, per Neil Conway. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Tom Lane | Fix regression in .pgpass support. From Neil Conway. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | Update release history for 7.2.4. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | SPI_exec shouldn't return SPI_OK_SELECT if it hasn... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Bruce Momjian | Update release steps. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | Tweak ArrayCount() to forestall possible access to... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | Guard against array overrun, per report from Yichen... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | Repair array subscript overrun identified by Yichen... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tom Lane | Fix array subscript overruns identified by Yichen Xie. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tom Lane | Extend join-selectivity API (oprjoin interface) so... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Peter Eisentraut | Factor out the code that detects the long long int... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tom Lane | Convert variable name to canonical spelling before... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Bruce Momjian | Revert off setting mention for client_min_messages. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Bruce Momjian | Revert optimizer page count change. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Bruce Momjian | Set log_min_error_messages to the proper and agreed... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Bruce Momjian | Add blank line. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Bruce Momjian | Move: |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Bruce Momjian | Fix typo 233 pages -> 333 pages. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tom Lane | Upgrade cost estimation for joins, per discussion with... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Bruce Momjian | Remove mention of 6.5 max backends. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tom Lane | Get rid of last few unadorned 'permission denied' messages. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tom Lane | Prevent core dump when die_horribly() is called with... |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Bruce Momjian | Mark IN performance problem as fixed in 7.4 |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Bruce Momjian | Include IPv6 addresses in pg_hba.conf even if IPv6... |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Tom Lane | Allow the planner to collapse explicit inner JOINs... |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Tom Lane | Where available, use utime() or utimes() to update... |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Tom Lane | Use stat(2) to probe for existing xlog segments in... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Tom Lane | Suppress gcc warnings. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Tom Lane | Modify planner's implied-equality-deduction code so... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Peter Eisentraut | Grant options, and cascading revoke. Grant options... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Dave Cramer | added fix from Joel Hock to get the inserted row into... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tom Lane | Fix obsolete error message (isImmutable doesn't exist). |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tom Lane | Change CREATE TABLE AS / SELECT INTO to create the... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tom Lane | Update 'Mathematical Functions' table to reflect 7... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Tom Lane | Fix sloppy comment. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Tom Lane | Make estimation of mergejoin scan selectivities more... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Tom Lane | Improve print_expr() a little. It's still not very... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Tom Lane | Implement choice between hash-based and sort-based... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Tom Lane | Fix coredump problem in plpgsql's RETURN NEXT. When... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Michael Meskes | Synced parser. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Tom Lane | Avoid gratuitous variation in spelling of same error... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Peter Eisentraut | Fix sed expression for BSD sed. |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Tom Lane | IN clauses appearing at top level of WHERE can now... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Bruce Momjian | This patch includes a lot of minor cleanups to the... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Bruce Momjian | Improve symlink handling for C tags file. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Bruce Momjian | Add section on testing index scan. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Bruce Momjian | Add dash to: |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Tom Lane | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Tom Lane | Adjust API of expression_tree_mutator and query_tree_mu... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Tom Lane | Add code to print information about a detected deadlock... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Tom Lane | Ooops, didn't cut-and-paste quite enough code from... |
commit | commitdiff | tree | snapshot |
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 |
Peter Eisentraut | Add remaining documentation tables to information schema. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Tom Lane | Now that switch_outer processing no longer relies on... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Bruce Momjian | Oops, put back changes. Those were Peter's, not mine. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Bruce Momjian | Revert my changes to features.sgml. |
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 |
next |