index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tablefunc
/
tablefunc.c
Commit message (
Expand
)
Author
Age
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix assorted compilation failures in contrib
Alvaro Herrera
2012-08-28
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-20
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2009-01-07
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Refactor crosstab() to build and return a tuplestore instead of using
Tom Lane
2008-12-01
*
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Tom Lane
2008-11-30
*
Be more tense about not creating tuplestores with randomAccess = true unless
Tom Lane
2008-10-29
*
Extend ExecMakeFunctionResult() to support set-returning functions that return
Tom Lane
2008-10-28
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Clean up a couple of problems in crosstab_hash's use of a hash table.
Tom Lane
2007-12-07
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Have crosstab variants treat NULL rowid as a category in its own right,
Joe Conway
2007-11-10
*
Add resetStringInfo(), which clears the content of a StringInfo, and
Neil Conway
2007-03-03
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Attached is a patch that replaces a bunch of places where StringInfos
Neil Conway
2006-03-01
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix inadequate error checking: you can't assume that fcinfo->resultinfo
Tom Lane
2005-07-09
*
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane
2005-05-30
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Hashed crosstab was dying with an SPI_finish error when the source SQL
Joe Conway
2004-08-11
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
Apply quote_literal to the start_with argument of connectby. Fixes problem
Joe Conway
2004-02-24
*
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2004-02-03
*
Attached is a patch for contrib/tablefunc. It fixes two issues raised by
Tom Lane
2003-10-02
*
With Joe Conway's concurrence, remove srandom() call from normal_rand().
Tom Lane
2003-09-13
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
[next]