| Commit message (Expand) | Author | Age |
... | |
* | Update pgcvslog examples. | Bruce Momjian | 2005-04-01 |
* | Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value | Bruce Momjian | 2005-04-01 |
* | Flush any remaining statistics counts out to the collector at process | Tom Lane | 2005-03-31 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an | Neil Conway | 2005-03-31 |
* | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane | 2005-03-29 |
* | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane | 2005-03-29 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 |
* | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 |
* | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 |
* | Teach const-expression simplification to simplify boolean equality cases, | Tom Lane | 2005-03-27 |
* | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane | 2005-03-27 |
* | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 |
* | Expand the 'special index operator' machinery to handle special cases | Tom Lane | 2005-03-26 |
* | Fix a pair of related issues with estimation of inequalities that involve | Tom Lane | 2005-03-26 |
* | Use a bitmapset instead of a list for duplicate-column checking in | Tom Lane | 2005-03-26 |
* | Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. | Tom Lane | 2005-03-26 |
* | Add Windows-specific variant comparison file. | Tom Lane | 2005-03-26 |
* | Add another ORDER BY to rules test to eliminate platform-specific | Tom Lane | 2005-03-26 |
* | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane | 2005-03-26 |
* | Use 'cp' and 'chmod' in place of 'install' to install header files. | Bruce Momjian | 2005-03-25 |
* | Remove lazy_update_relstats; go back to having VACUUM just record the | Tom Lane | 2005-03-25 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 |
* | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane | 2005-03-25 |
* | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | 2005-03-25 |
* | Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an | Tom Lane | 2005-03-25 |
* | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 |
* | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane | 2005-03-25 |
* | Make initialization of special trigger variables a little more readable. | Tom Lane | 2005-03-25 |
* | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 |
* | Revert ill-conceived change of libpq linkage --- breaks ecpg. | Tom Lane | 2005-03-24 |
* | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane | 2005-03-24 |
* | Force PG client applications to link to non-shared libpgport before | Bruce Momjian | 2005-03-24 |
* | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 |
* | Set socket timer to 58 instead of 60 minutes for hour-old cleaners: | Bruce Momjian | 2005-03-24 |
* | Fix python regression testing script to bail out early if language | Tom Lane | 2005-03-24 |
* | Adjust plpython to convert \r\n and \r to \n in Python scripts, | Tom Lane | 2005-03-24 |
* | Touch postmaster log file every hour, rather than every 10 minutes, to | Bruce Momjian | 2005-03-24 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Add missing error checking in readdir() loops. | Tom Lane | 2005-03-24 |
* | Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, | Neil Conway | 2005-03-24 |
* | Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire | Neil Conway | 2005-03-23 |
* | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane | 2005-03-23 |
* | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 |
* | Fix quote_ident to use quote_identifier rather than its own, not quite | Tom Lane | 2005-03-21 |
* | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 |