| Commit message (Expand) | Author | Age |
* | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 |
* | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 |
* | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 |
* | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 |
* | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 |
* | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 |
* | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 |
* | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and | Tom Lane | 2006-09-05 |
* | Fix Intel compiler bug. Per discussion | Teodor Sigaev | 2006-09-05 |
* | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 |
* | Fix information_schema.key_column_usage to show correct value of | Tom Lane | 2006-09-04 |
* | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 |
* | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 |
* | Sequences were not being shown due to the use of lowercase 's' instead | Bruce Momjian | 2006-09-04 |
* | Change ILIKE to invoke lower() and then do plain LIKE comparison when | Tom Lane | 2006-09-04 |
* | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 |
* | Fix interval input parser so that fractional weeks and months are | Tom Lane | 2006-09-04 |
* | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 |
* | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 |
* | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Fix case where "PM" to_timestamp() mask was eating too many characters. | Bruce Momjian | 2006-09-03 |
* | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian | 2006-09-03 |
* | Remove unnecessary copyObject() call in update (values) code. | Bruce Momjian | 2006-09-03 |
* | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 |
* | Update postgresql.conf line for default superuser_reserved_connections. | Bruce Momjian | 2006-09-02 |
* | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian | 2006-09-02 |
* | Small code cleanup for recent UPDATE SET (values) patch. | Bruce Momjian | 2006-09-02 |
* | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian | 2006-09-02 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Remove GUC_REPORT for new "server_version_num" GUC variable. Added | Bruce Momjian | 2006-09-02 |
* | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 |
* | Add new variable "server_version_num", which is almost the same as | Bruce Momjian | 2006-09-02 |
* | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane | 2006-08-31 |
* | Repair interpretation of GB as MB. | Peter Eisentraut | 2006-08-31 |
* | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian | 2006-08-31 |
* | Correct attibution: | Bruce Momjian | 2006-08-31 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Update logging of prepare/execute syntax, per comments from Guillaume Smet. | Bruce Momjian | 2006-08-30 |
* | Separate prepared statement and bind parameters with comma. | Bruce Momjian | 2006-08-29 |
* | Fix mistyping | Teodor Sigaev | 2006-08-29 |
* | Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table | Teodor Sigaev | 2006-08-29 |
* | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 |
* | Only call log_after_parse() if necessary. | Bruce Momjian | 2006-08-29 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 |